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"