diff --git a/www/inc/cdsp.php b/www/inc/cdsp.php index 532a90ed..b7e5d15d 100644 --- a/www/inc/cdsp.php +++ b/www/inc/cdsp.php @@ -267,7 +267,7 @@ function checkConfigFile($configName) { function upgradeConfigFile($configName) { $configFullPath = $this->CAMILLA_CONFIG_DIR . '/configs/' . $configName; - exec("/var/www/util/cdsp_config_update.py ".$configFullPath, $output, $exitcode); + exec('/var/www/util/cdsp_config_update.py "' . $configFullPath . '"', $output, $exitcode); return $this->checkConfigFile($configName); }