From 8029917340de70064ae8aac62fc166f202440ef8 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Thu, 29 Feb 2024 12:52:16 -0500 Subject: [PATCH] new versions no longer use the Constants.php files as these values are now read and stored into the database --- root/etc/s6-overlay/s6-rc.d/init-diskover-config/run | 7 ------- 1 file changed, 7 deletions(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-diskover-config/run b/root/etc/s6-overlay/s6-rc.d/init-diskover-config/run index 5b99b126..3bc81b9c 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-diskover-config/run +++ b/root/etc/s6-overlay/s6-rc.d/init-diskover-config/run @@ -39,11 +39,4 @@ if [[ ! -e "/config/diskoverdb.sqlite3" ]]; then fi ln -sf /config/diskoverdb.sqlite3 /app/diskover-web/diskoverdb.sqlite3 -# copy and set variables in Constants.php -if [[ ! -e "/config/diskover-web.conf.d/Constants.php" ]]; then - cp /app/diskover-web/src/diskover/Constants.php.sample /config/diskover-web.conf.d/Constants.php -fi - -ln -sf /config/diskover-web.conf.d/Constants.php /app/diskover-web/src/diskover/Constants.php - lsiown -R abc:abc /config