scripts/start.sh aktualisiert

This commit is contained in:
2025-06-23 00:21:20 +02:00
parent 9447ea283b
commit b99cac69b6

View File

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