diverse correction
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
source /home/$USER/autopost/common.sh
|
||||
|
||||
# Vérification et création des dossiers
|
||||
for dossier in "$DOSSIER_NFO" "$DOSSIER_NZB_ATTENTE" "$DOSSIER_NZB_FINAL" "$DOSSIER_LOGS"
|
||||
for dossier in "$DOSSIER_NFO" "$DOSSIER_NZB_ATTENTE" "$DOSSIER_NZB_FINAL" "$DOSSIER_LOGS" "tmp"
|
||||
do
|
||||
if [ ! -d "$dossier" ]; then
|
||||
echo -e "${ROUGE} Le dossier $dossier n'existe pas. Création... ${NORMAL}"
|
||||
|
||||
Reference in New Issue
Block a user