diff --git a/ghost/rootfs/usr/local/bin/run.sh b/ghost/rootfs/usr/local/bin/run.sh index a6d86ea4..0b092ce6 100644 --- a/ghost/rootfs/usr/local/bin/run.sh +++ b/ghost/rootfs/usr/local/bin/run.sh @@ -37,7 +37,7 @@ if [ "$ENABLE_ISSO" == "True" ] && ! grep -q 'isso' /ghost/content/themes/casper fi echo "> Updating permissions..." -chown -R ${UID}:${GID} /ghost /etc/s6.d +chown -R ${UID}:${GID} /ghost/content /etc/s6.d echo "> Executing process..." if [ '$@' == '' ]; then