From 1693e9b620f49f728e40928656c718a42e6fe267 Mon Sep 17 00:00:00 2001 From: unfr Date: Sat, 31 May 2025 23:02:14 +0200 Subject: [PATCH] update variable /home/matt pour sourcing --- autopost/common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autopost/common.sh b/autopost/common.sh index 46914b3..d8c36b7 100644 --- a/autopost/common.sh +++ b/autopost/common.sh @@ -4,9 +4,9 @@ source $HOME/autopost/conf.sh #CONFIG GLOBAL SCREEN_NAME="autopost" WEB_NAME="web" -SCRIPT_PATH="/home/$USER/autopost/posteur.sh" -WEB_PATH="/home/$USER/autopost/server.js" -ANALYZER="/home/$USER/autopost/analyzer.sh" +SCRIPT_PATH="$HOME/autopost/posteur.sh" +WEB_PATH="$HOME/autopost/server.js" +ANALYZER="$HOME/autopost/analyzer.sh" # Couleurs de texte NOIR='\e[30m'