From 6ce99720a103304c9bcb95ea720fa5f79644e83a Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 15 Dec 2020 23:54:29 +0100 Subject: [PATCH] inotifywait launch --- cron_MINUTE.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index dee9289..23e1d8f 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -36,7 +36,7 @@ export YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' ### MODIFY WITH GREAT CARE!!! MUST BE BUG FREE !!!!! ### EVERY STATION RUN THIS SCRIPT EVERY MINUTE. export isKodiRunning=$(ps auxf --sort=+utime | grep -w kodi | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1) -export isinotifywaitRunning=$(ps auxf --sort=+utime | grep -w inotifywait | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1) +isinotifywaitRunning=$(ps auxf --sort=+utime | grep -w inotifywait | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1) # ? isNextcloudRunning=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1) ### DETECT FLAVOURS (TODO: Publish and share into ipfs/.12D3KooW***/ ) @@ -155,8 +155,7 @@ echo ' #### DESYNC sleep $((1 + RANDOM % 5)) ################################################################## - # GIT UPDATE - ./git-update.sh + git pull # UPDATE CODE git pull ##################################################################