mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 05:23:07 -05:00
🗃️ Committing everything that changed 🗃️
Some checks failed
stikked / release-image (push) Failing after 3m15s
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:
parent
b7715130c7
commit
640920b3ac
@ -1,4 +1,4 @@
|
||||
name: release-tag
|
||||
name: stikked
|
||||
|
||||
on: push
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user