Update UPDATE.sh

This commit is contained in:
Radovan Ječmenica
2025-05-19 14:08:44 +02:00
committed by GitHub
parent 8f1b6e365b
commit f57f493df7

View File

@@ -1,7 +1,7 @@
#!/bin/bash
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
MODULES_TO_CHECK=("mysql" "filemanager")
MODULES_TO_CHECK=("mysql" "filemanager" "php")
# Check if the config file exists
if [[ ! -f "$CONFIG_FILE" ]]; then