Remplacement de analyzer.php par analyzer.sh permet de retirer la dependances à php et de passer en full bash
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
source /home/$USER/autopost/conf.sh
|
||||
|
||||
#CONFIG GLOBAL
|
||||
SCREEN_NAME="autopost"
|
||||
SCRIPT_PATH="/home/$USER/autopost/posteur.sh"
|
||||
ANALYZER="/home/$USER/autopost/analyzer.sh"
|
||||
|
||||
# Couleurs de texte
|
||||
NOIR='\e[30m'
|
||||
ROUGE='\e[31m'
|
||||
|
||||
Reference in New Issue
Block a user