scripts/start.sh aktualisiert

This commit is contained in:
2025-06-23 00:18:01 +02:00
parent 87b93b2489
commit 89a57ce5c9

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