feat : utilisation web disponible et simplification du deployement des scripts (WIP)

This commit is contained in:
2026-03-17 13:43:34 +01:00
parent a1fb6f5504
commit 8ef81add14
4 changed files with 72 additions and 45 deletions

View File

@@ -2,8 +2,8 @@
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
CONFIG_DIR="${SCRIPT_DIR}/config"
TARGETS_DIR_DEFAULT="${CONFIG_DIR}/targets"
CONFIG_DIR="${SCRIPT_DIR}/Config"
TARGETS_DIR_DEFAULT="${CONFIG_DIR}/Targets"
TARGETS_DIR="${TARGETS_DIR:-$TARGETS_DIR_DEFAULT}"