a space is a space

This commit is contained in:
Armust Blegde 2020-12-24 16:56:58 +01:00
parent 2f0c46bb63
commit e1dccc9a25
1 changed files with 1 additions and 1 deletions

View File

@ -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)