From 640920b3acb8f0ca6e303ee7598b689367196785 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 19 Nov 2024 12:46:45 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitea/workflows/docker.yaml rootfs/usr/local/etc/docker/init.d/99-nginx.sh --- .gitea/workflows/docker.yaml | 2 +- rootfs/usr/local/etc/docker/init.d/99-nginx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml index a874f0b..9fbcba0 100644 --- a/.gitea/workflows/docker.yaml +++ b/.gitea/workflows/docker.yaml @@ -1,4 +1,4 @@ -name: release-tag +name: stikked on: push diff --git a/rootfs/usr/local/etc/docker/init.d/99-nginx.sh b/rootfs/usr/local/etc/docker/init.d/99-nginx.sh index 283bf10..8625657 100755 --- a/rootfs/usr/local/etc/docker/init.d/99-nginx.sh +++ b/rootfs/usr/local/etc/docker/init.d/99-nginx.sh @@ -217,7 +217,7 @@ __update_conf_files() { if [ ! -f "/config/stikked/config.php" ] && [ -f "/etc/stikked/config.php" ]; then cp -Rf "/etc/stikked/config.php" "/config/stikked/config.php" 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 "REPLACE_STIKKED_SITE_NAME" "$STIKKED_SITE_NAME" "/config/stikked/config.php"