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'