commit 1cf3873c30d03ef92eb8a80e56e51053e5134dcf
parent 1fb40721b208bac340fec32b0e175c5fbfa66c0e
Author: ccx <ccx@te2000.cz>
Date: Fri, 22 Mar 2024 00:53:14 +0000
Debug print about created directories
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/service_scripts/generic/run b/service_scripts/generic/run
@@ -26,6 +26,8 @@ unexport NS_PID
export HOST ${CONTAINER_NAME}
if { rm -rf ${CONTAINER_TMPFS} }
+foreground { printf " '%s'" mkdir -p ${CONTAINER_TMPFS}/${tmpfs_dirs} ${CONTAINER_TMPFS}/mnt/${CONTAINER_MNT_DIRS} }
+foreground { echo }
if { mkdir -p ${CONTAINER_TMPFS}/${tmpfs_dirs} ${CONTAINER_TMPFS}/mnt/${CONTAINER_MNT_DIRS} }
if { chmod 1770 ${CONTAINER_TMPFS}/${tmpfs_dirs} }
if { chown root:${CONTAINER_USER} ${CONTAINER_TMPFS}/${tmpfs_dirs} }