diff --git a/multi-watch.sh b/multi-watch.sh index dc1e098..1f3e950 100644 --- a/multi-watch.sh +++ b/multi-watch.sh @@ -8,6 +8,8 @@ STATE_FILE="$CONFIG_DIR/watch_state.json" if [ ! -f "$STATE_FILE" ] || [ ! -s "$STATE_FILE" ]; then echo "{}" > "$STATE_FILE"; fi while true; do + touch /config/test_file.txt && echo "Ich kann schreiben" > /config/test_file.txt + if [ -f "$CONFIG_FILE" ]; then source "$CONFIG_FILE" else