This commit is contained in:
qo-op 2021-02-13 14:45:00 +01:00
parent 8a2c25c8e1
commit 03840539dd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export isKodiRunning=$(ps auxf --sort=+utime | grep -w kodi | grep -v -E 'color=
export isinotifywaitRunning=$(ps auxf --sort=+utime | grep -w inotifywait | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1)
########################################################################
cd $MY_PATH
# WHAT UNIVERSAL TIME is it ?
minute=$(date -u +%M)
heure=$(date -u +%H)