master #1

Merged
qo-op merged 9 commits from armust/astrXbian:master into master 2020-12-24 19:38:18 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e1dccc9a25 - Show all commits

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)