🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/07-cleanup.sh
This commit is contained in:
casjay 2024-09-17 14:11:17 -04:00
parent c91b2b0d01
commit 6071ff6921
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -28,6 +28,8 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predifined actions # Predifined actions
[ -d "/tmp" ] && rm -Rf "/tmp"/* [ -d "/tmp" ] && rm -Rf "/tmp"/*
[ -d "/run/openrc" ] || mkdir -p "/run/openrc"
[ -f "/run/openrc/softlevel" ] || touch "/run/openrc/softlevel"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script # Main script