🗃️ Committing everything that changed 🗃️
All checks were successful
stikked / release-stikked (push) Successful in 32m57s

.gitea/workflows/docker.yaml
rootfs/root/docker/setup/00-init.sh
This commit is contained in:
casjay
2024-11-19 13:57:47 -05:00
parent 95a933edac
commit a3c86c0d2f
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predifined actions
[ -d "$WWW_ROOT_DIR" ] && rm -Rf "$WWW_ROOT_DIR"
[ -d "/usr/local/share/wwwroot" ] && rm -d "/usr/local/share/wwwroot"
[ -d "/usr/local/share/template-files/data" ] && rm -Rf "/usr/local/share/template-files/data"/*
[ -d "/usr/local/share/template-files/config" ] && rm -Rf "/usr/local/share/template-files/config"/*
[ -d "/usr/local/share/template-files/defaults" ] && rm -Rf "/usr/local/share/template-files/defaults"/*