mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
8 lines
287 B
Bash
8 lines
287 B
Bash
#!/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
|