🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 15:16:43 -04:00
parent ffd307af3f
commit 7debfcd05e
2 changed files with 43 additions and 295 deletions

View File

@@ -124,6 +124,9 @@ fi
# Create directories
[ -d "/etc/ssl" ] || mkdir -p "$SSL_CONTAINER_DIR"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Create symlinks
ln -sf "/tmp/lighttpd.err.log" "/dev/stderr" && chmod 666 "/tmp/lighttpd.err.log"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Create files
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -