From d5f7f254f2dc5ce525ac3033c84a61c13333606c Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 14 Jun 2020 23:35:06 +0200 Subject: [PATCH] source $HOME/.profile --- cron_MINUTE.sh | 1 + www/LOVELand/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index e52a707..bb2fc03 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -8,6 +8,7 @@ MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized ME="${0##*/}" +source $HOME/.profile # CORRECT PATH [[ ! $(echo $PATH | grep "/usr/local/bin") ]] && export PATH="$PATH:/usr/local/bin" [[ ! $(echo $PATH | grep "~/.local/bin") ]] && export PATH="$PATH:~/.local/bin" diff --git a/www/LOVELand/index.html b/www/LOVELand/index.html index 35b21f2..1a4bf4a 100644 --- a/www/LOVELand/index.html +++ b/www/LOVELand/index.html @@ -230,9 +230,9 @@ g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://piwik.p2p.l

Seuls les logiciels libres assurent réellement notre indépendance!