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

Update 60-config

parent e0d56e87
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/with-contenv bash
# Link data, code and plugins
ln -sf /data /app/ICEcoder/data
ln -sf /plugins /app/ICEcoder/plugins
echo "[cont-init.d] Checking for lock.file"
# check for lock file to only run git operations once
if [ ! -e /lock.file ]; then
......@@ -37,6 +33,10 @@ touch /lock.file
cp /etc/php7/php.ini /config/php/php.ini
cp /config/php/php.ini /etc/php7/php.ini
# Link data, code and plugins
ln -sf /data /app/ICEcoder/data
ln -sf /plugins /app/ICEcoder/plugins
# permissions
mkdir -p /config/sessions
echo "[cont-init.d] Setting permissions this may take some time"
......
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