🗃️ 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
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: stikked
on: push on: push
jobs: jobs:
release-image: release-stikked:
runs-on: act_runner runs-on: act_runner
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest

View File

@ -27,6 +27,8 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predifined actions # 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/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/config" ] && rm -Rf "/usr/local/share/template-files/config"/*
[ -d "/usr/local/share/template-files/defaults" ] && rm -Rf "/usr/local/share/template-files/defaults"/* [ -d "/usr/local/share/template-files/defaults" ] && rm -Rf "/usr/local/share/template-files/defaults"/*