„scripts/start.sh“ ändern

This commit is contained in:
2021-04-14 08:27:32 +02:00
parent d25c781c22
commit f0ea49bad6

View File

@@ -16,7 +16,8 @@ else
fi
echo "---Starting...---"
chown -R ${UID}:${GID} /opt/scripts
chown -R root:${GID} /opt/scripts
chmod -R 750 /opt/scripts
chown -R ${UID}:${GID} ${DATA_DIR}
term_handler() {