bug dans update

This commit is contained in:
2026-03-17 07:22:15 +01:00
parent 3fd1c70bd7
commit c9d6fd48ed
2 changed files with 5 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ function delete_extra_files($manifest_paths) {
*/
function run_local_conf_sync() {
global $MONITORING_BASE_DIR;
$sync_script = $MONITORING_BASE_DIR . '/bin/monitoring-update-config.sh'; // On cherche la version PHP
$sync_script = $MONITORING_BASE_DIR . '/bin/monitoring-update-config.php'; // On cherche la version PHP
if (file_exists($sync_script)) {
log_info("local_conf_sync_start", "Synchronisation des configs locales");