mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
fixing permissions, simplyfying the start.sh script
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
/home/pi/pialert/dockerfiles/user-mapping.sh
|
||||
# probably too broad permissions
|
||||
chmod -R 755 /home/pi/pialert
|
||||
chmod -R 755 /var/www/html/pialert
|
||||
chmod -R o+w /home/pi/pialert/db
|
||||
|
||||
|
||||
#chmod -R 755 /var/www/html/pialert
|
||||
#chmod -R o+w /home/pi/pialert/db
|
||||
/etc/init.d/lighttpd start
|
||||
service cron start && tail -f /dev/null
|
||||
cron -f
|
||||
|
||||
Reference in New Issue
Block a user