1
0

update variable /home/matt pour sourcing

This commit is contained in:
unfr 2025-05-31 23:02:14 +02:00
parent c2deb9bd46
commit 1693e9b620

View File

@ -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'