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 ##################################################################