From 4ee2e5638bf926bc3e7bd9e8363b250b3b8652a1 Mon Sep 17 00:00:00 2001 From: morgane Date: Wed, 17 Jun 2026 08:07:28 +0000 Subject: [PATCH] Actualiser backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index aeaaf5a..5482ef2 100755 --- a/backup.sh +++ b/backup.sh @@ -3,7 +3,7 @@ # Retention follows BACKUP_RETENTION_DAYS from .env (default 3) set -euo pipefail -INSTALL_DIR="$(cd "$(dirname "$0")/.." && pwd)" +INSTALL_DIR="$(cd "$(dirname "$0")" && pwd)" BACKUP_DIR="${INSTALL_DIR}/data/backups" ENV_FILE="${INSTALL_DIR}/.env"