mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
d1018e603d
commit
dad96ee67e
@ -3,7 +3,12 @@
|
|||||||
echo ""
|
echo ""
|
||||||
echo "📥 Updating openadmin service.."
|
echo "📥 Updating openadmin service.."
|
||||||
wget -O /etc/openpanel/openadmin/service/service.config.py https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/service/service.config.py
|
wget -O /etc/openpanel/openadmin/service/service.config.py https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/service/service.config.py
|
||||||
systemctl restart admin > /dev/null 2>&1
|
|
||||||
|
echo ""
|
||||||
|
echo "📥 Installing features for openadmin.."
|
||||||
|
wget -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/config/features.json
|
||||||
|
|
||||||
|
systemctl restart admin > /dev/null 2>&1
|
||||||
|
|
||||||
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
|
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
|
||||||
MODULES_TO_CHECK=("mysql" "domains" "filemanager" "php")
|
MODULES_TO_CHECK=("mysql" "domains" "filemanager" "php")
|
||||||
|
Loading…
Reference in New Issue
Block a user