„scripts/start.sh“ ändern

This commit is contained in:
2020-04-28 17:05:11 +02:00
parent 9afe0f0f44
commit 3c5e07944d

View File

@@ -17,4 +17,5 @@ fi
echo "---Starting...---"
chown -R ${UID}:${GID} /opt/scripts
chown -R ${UID}:${GID} ${DATA_DIR}
su ${USER} -c "/opt/scripts/start-server.sh"