6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chmod -R +w /home/pi/Pi.Alert/db
|
|
/etc/init.d/lighttpd start
|
|
service cron start && tail -f /dev/null
|