Skip to content
Snippets Groups Projects
Commit 493b0dd9 authored by Griefed's avatar Griefed :joystick:
Browse files

Permissions as per ICEcoder manual

parent 0f2eee93
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,15 @@ sudo -u abc ln -sf /plugins /app/ICEcoder/plugins
# permissions
mkdir -p /config/sessions
echo "[cont-init.d] Setting permissions this may take some time"
chown -R abc:abc \
/app/ICEcoder \
/data \
/config \
/plugins
chmod -R 775 \
/app/ICEcoder \
/data \
/config \
/plugins
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment