Files
TowerOptoSifAndSpectral/root/start.sh

34 lines
688 B
Bash
Raw Normal View History

2025-11-27 18:50:16 +08:00
/sbin/hwclock -s -f /dev/rtc1
chmod +x /root/filebrew/filebrowser
/root/filebrew/filebrowser -d /root/filebrew/filebrowser.db &
chmod +x /root/frp_0.34.3_linux_arm/frpc
chmod +x /root/ffwatch.sh
/root/ffwatch.sh &
2025-11-27 18:50:16 +08:00
mount /dev/mmcblk1p1 /home/data/ -o nonempty
chmod +x /root/Mywathdog.sh
2025-11-04 17:19:32 +08:00
chmod +x /root/Mywathdogtemp.sh
2022-03-07 11:18:27 +08:00
bash /root/Mywathdog.sh &
2025-11-04 17:19:32 +08:00
bash /root/Mywathdogtemp.sh &
2025-04-03 13:30:36 +08:00
/home/pi/bin/TemperatureControler > /root/templog.log &
2025-11-27 18:50:16 +08:00
gpio mode 13 out
gpio write 13 1
sleep 1
gpio write 13 0
sleep 1
gpio write 13 1
sleep 1
gpio write 13 0
sleep 1
gpio write 13 1
sleep 1
gpio write 13 0
sleep 1
gpio write 13 1
sleep 1
gpio write 13 0
sleep 1
gpio write 13 1
sleep 1
gpio write 13 0
sleep 1