From 6071ff6921b0e55808d085da141e4caf03a9201d Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 17 Sep 2024 14:11:17 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/07-cleanup.sh --- rootfs/root/docker/setup/07-cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/root/docker/setup/07-cleanup.sh b/rootfs/root/docker/setup/07-cleanup.sh index e6e1eaa..278dcd0 100755 --- a/rootfs/root/docker/setup/07-cleanup.sh +++ b/rootfs/root/docker/setup/07-cleanup.sh @@ -28,6 +28,8 @@ exitCode=0 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Predifined actions [ -d "/tmp" ] && rm -Rf "/tmp"/* +[ -d "/run/openrc" ] || mkdir -p "/run/openrc" +[ -f "/run/openrc/softlevel" ] || touch "/run/openrc/softlevel" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Main script