diff --git a/setup/pi/configure-web.sh b/setup/pi/configure-web.sh index c30b7e4..f4341f4 100644 --- a/setup/pi/configure-web.sh +++ b/setup/pi/configure-web.sh @@ -62,6 +62,7 @@ chmod +x /sbin/mount.ctts sed -i '/mount.ctts/d' /etc/fstab echo "mount.ctts#/mutable/TeslaCam /var/www/html/TeslaCam fuse defaults,nofail,x-systemd.requires=/mutable 0 0" >> /etc/fstab +mkdir -p /mutable/TeslaCam sed -i 's/#user_allow_other/user_allow_other/' /etc/fuse.conf