diff --git a/version/1.3.0/UPDATE.sh b/version/1.3.0/UPDATE.sh new file mode 100644 index 00000000..f9ba0493 --- /dev/null +++ b/version/1.3.0/UPDATE.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +echo "" +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 +systemctl restart admin > /dev/null 2>&1