commit b5e2a02a2c8a6e4a4981423ca27a5e5cd6568e8e
parent 494b9c5b41f7a6303db4f2f753ff663351f096ef
Author: ccx <ccx@te2000.cz>
Date: Sun, 24 Mar 2024 21:58:34 +0000
Fix condition
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service_scripts/generic/run b/service_scripts/generic/run
@@ -70,7 +70,7 @@ ifelse { test -x ${CONTAINER_USER_HOME}/run/init } {
${CONTAINER_USER_HOME}/run/init
}
foreground {
- ifelse {
+ if -n {
stat /mnt/init/run/init
} {
ls -lhA /mnt/init/run /mnt/init /mnt