install: remove additional service restart for openwrt

This commit is contained in:
henrygd
2025-09-18 14:05:19 -04:00
parent 2ee2f53267
commit a66ac418ae

View File

@@ -785,9 +785,7 @@ EXTRA_HELP=" update Update the Beszel agent
restart Restart the Beszel agent"
update() {
if $BIN_PATH update | grep -q "Update completed successfully"; then
/etc/init.d/beszel-agent restart
fi
$BIN_PATH update
}
EOF