[no ci] Update sysupgrade (#1743)

pull/1746/head
viktorxda 2025-03-09 19:27:11 +01:00 committed by GitHub
parent 28aca798d1
commit 336732a527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# OpenIPC.org | 2025
scr_version=1.0.46
scr_version=1.0.47
args="$@"
LOCK_FILE=/tmp/sysupgrade.lock
@ -100,6 +100,7 @@ free_resources() {
echo_c 37 "\nStop services, sync files, free up memory"
killall -q -3 majestic
sleep 1
/etc/init.d/S99rc.local stop
/etc/init.d/S60crond stop
/etc/init.d/S49ntpd stop
/etc/init.d/S02klogd stop