commit 494b9c5b41f7a6303db4f2f753ff663351f096ef parent 1d5e18b13055e17c1997b96e8d3f8512772dbbb7 Author: ccx <ccx@te2000.cz> Date: Sun, 24 Mar 2024 21:56:48 +0000 Print info about /mnt/init/run/init Diffstat:
M | service_scripts/generic/run | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/service_scripts/generic/run b/service_scripts/generic/run @@ -69,4 +69,11 @@ env HOME=${CONTAINER_USER_HOME} USER=${CONTAINER_USER} ifelse { test -x ${CONTAINER_USER_HOME}/run/init } { ${CONTAINER_USER_HOME}/run/init } +foreground { + ifelse { + stat /mnt/init/run/init + } { + ls -lhA /mnt/init/run /mnt/init /mnt + } +} /mnt/init/run/init