scripts/start.sh aktualisiert

This commit is contained in:
2025-06-23 00:21:36 +02:00
parent 984af3513f
commit 5008601384

View File

@@ -23,6 +23,7 @@ echo "---Taking ownership of data...---"
chown -R root:${GID} /opt/scripts
chmod -R 750 /opt/scripts
chown -R ${UID}:${GID} ${DATA_DIR}
chown ${UID}:${GID} /mnt
if [ ! -z "${CONNECTED_CONTAINERS}" ]; then
su ${USER} -c "/opt/scripts/start-connected-containers.sh" &