Change notify in sysupgrade

pull/449/head
Igor Zalatov (from Citadel PC) 2022-09-10 14:47:16 +03:00
parent 9005de0684
commit 9684438d23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ free_resources() {
# killall majestic crond klogd ntpd rngd syslogd >/dev/null 2>&1 || true
# "load_$vendor" -r >/dev/null 2>&1 || true
#
echo_c 37 "\nStop services, sync and fresh memory"
echo_c 37 "\nStop services, sync files, free up memory"
for proc in majestic crond klogd ntpd rngd syslogd; do
echo -n "Killing $proc "
while [ -n "$(pidof $proc)" ]; do