scripts/start.sh aktualisiert

This commit is contained in:
2025-06-23 00:20:54 +02:00
parent 3c1d3adb83
commit 888a831596

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" &