🗃️ Committing everything that changed 🗃️
Some checks failed
stikked / release-image (push) Failing after 3m15s

.gitea/workflows/docker.yaml
rootfs/usr/local/etc/docker/init.d/99-nginx.sh
This commit is contained in:
casjay 2024-11-19 12:46:45 -05:00
parent b7715130c7
commit 640920b3ac
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: release-tag name: stikked
on: push on: push

View File

@ -217,7 +217,7 @@ __update_conf_files() {
if [ ! -f "/config/stikked/config.php" ] && [ -f "/etc/stikked/config.php" ]; then if [ ! -f "/config/stikked/config.php" ] && [ -f "/etc/stikked/config.php" ]; then
cp -Rf "/etc/stikked/config.php" "/config/stikked/config.php" cp -Rf "/etc/stikked/config.php" "/config/stikked/config.php"
fi fi
symlink "/config/stikked/config.php" "$WWW_ROOT_DIR/application/config/stikked.php" cp -Rf "/config/stikked/config.php" "/etc/stikked/config.php"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# replace variables # replace variables
__replace "REPLACE_STIKKED_SITE_NAME" "$STIKKED_SITE_NAME" "/config/stikked/config.php" __replace "REPLACE_STIKKED_SITE_NAME" "$STIKKED_SITE_NAME" "/config/stikked/config.php"