From 9d28639a1f846ae79fac87739eb0ddcfd45ebb3a Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 29 Nov 2025 15:03:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/00-opengist.sh --- rootfs/usr/local/etc/docker/init.d/00-opengist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/00-opengist.sh b/rootfs/usr/local/etc/docker/init.d/00-opengist.sh index d4f88cb..d2c8358 100755 --- a/rootfs/usr/local/etc/docker/init.d/00-opengist.sh +++ b/rootfs/usr/local/etc/docker/init.d/00-opengist.sh @@ -171,7 +171,7 @@ user_pass="${OPENGIST_USER_PASS_WORD:-}" # normal user password [ -f "/config/env/opengist.sh" ] && . "/config/env/opengist.sh" # Overwrite the variabes # - - - - - - - - - - - - - - - - - - - - - - - - - # Additional predefined variables - +DATABASE_DIR="/data/db/sqlite" # - - - - - - - - - - - - - - - - - - - - - - - - - # Additional variables @@ -261,7 +261,7 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - # define actions - + [ "$DATABASE_DIR" ] && chown -Rf $SERVICE_USER:$SERVICE_GROUP "$DATABASE_DIR" # allow custom functions if builtin type -t __update_conf_files_local | grep -q 'function'; then __update_conf_files_local; fi # exit function