feat/script-redéploiement-BDD-utilisable-interface-web #13

Merged
Matteo merged 33 commits from feat/script-redéploiement-BDD-utilisable-interface-web into develop 2026-03-18 10:49:52 +00:00
Showing only changes of commit f0dfd6acb1 - Show all commits

View File

@@ -231,7 +231,7 @@ for cmd in ssh scp psql pg_restore createdb dropdb python3 grep sed find basenam
require_cmd "$cmd" || true
done
CHECK_SCRIPT="${SCRIPT_DIR}/checkup/check_postgresql.sh"
CHECK_SCRIPT="${SCRIPT_DIR}/Checkup/check-postgresql.sh"
[[ -x "$CHECK_SCRIPT" ]] || fail "script introuvable ou non exécutable : $CHECK_SCRIPT"
"$CHECK_SCRIPT" \