From 07cecfcb87a22debfc2ac86a4478d43a0025981e Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:27:23 -0700 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index d4d6a9f..39d5f69 100755 --- a/start.sh +++ b/start.sh @@ -49,7 +49,7 @@ else echo "File $file is up to date" fi - +# Download latest config files if they don't exist or are different echo "Starting daps as $(whoami) running daps with UID: $PUID and GID: $PGID" chown -R ${PUID}:${PGID} /${CONFIG_DIR} /app > /dev/null 2>&1