Compare commits

..

No commits in common. "6845305d371fa228e2cf6dec89a2c3e990de340f" and "97b8ba29e142abd0a360268fd6b7482997a61603" have entirely different histories.

View File

@ -85,7 +85,7 @@ if [ $num_erreur -ne 0 ]; then # Si ce code n'est pas 0, il y a eu une erreur
exit $num_erreur
fi
dossier_manquant=""
dossier_manquant = ""
if [ ! -d "$GITEA_BACKUP_DIR" ]; then
dossier_manquant = "$GITEA_BACKUP_DIR"
fi