🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-18 15:32:13 -04:00
parent d7c9dcf8c6
commit 7834076e76
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -124,10 +124,11 @@ fi
# Create directories # Create directories
[ -d "/etc/ssl" ] || mkdir -p "$SSL_CONTAINER_DIR" [ -d "/etc/ssl" ] || mkdir -p "$SSL_CONTAINER_DIR"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Create files
touch "/tmp/lighttpd.err.log"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Create symlinks # Create symlinks
ln -sf "/tmp/lighttpd.err.log" "/dev/stderr" && chmod 666 "/tmp/lighttpd.err.log" ln -sf "/tmp/lighttpd.err.log" "/dev/stderr" && chmod 666 "/tmp/lighttpd.err.log"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Create files
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ "$SSL_ENABLED" = "true" ] || [ "$SSL_ENABLED" = "yes" ]; then if [ "$SSL_ENABLED" = "true" ] || [ "$SSL_ENABLED" = "yes" ]; then