pull/275/head
cronyx 2022-07-22 20:39:55 +03:00
parent b694eda135
commit 3f1df8276b
1 changed files with 1 additions and 1 deletions
general/overlay/usr/sbin

View File

@ -107,7 +107,7 @@ free_resources() {
}
create_lock() {
[ -f /tmp/sysupgrade.lock ] && echo -e "\e[1;31m\nAnother sysupgrade process already running!\e[0m\n" && exit 1
[ -f /tmp/sysupgrade.lock ] && echo -e "\e[1;31m\nAnother sysupgrade process is already running!\e[0m\n" && exit 1
touch /tmp/sysupgrade.lock
}