diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 3ba07515b..e7e6983ba 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -91,7 +91,7 @@ fi if [[ ! $isinotifywaitRunning ]]; then mkdir -p /home/$YOU/astroport [[ $YOU == "xbian" ]] && /usr/bin/inotifywait -r -e close_write -m /home/$YOU/astroport | while read dir flags file; do $MY_PATH/zen/xbian_vstream.sh "$dir" "$file"; done & - [[ $YOU != "xbian" ]] &&  /usr/bin/inotifywait -r -e close_write -m /home/$YOU/astroport | while read dir flags file; do $MY_PATH/zen/mint_youtube.sh "$dir" "$file"; done & + [[ $YOU != "xbian" ]] && /usr/bin/inotifywait -r -e close_write -m /home/$YOU/astroport | while read dir flags file; do $MY_PATH/zen/mint_youtube.sh "$dir" "$file"; done & fi # restart inotifywait (may be useless)