mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
1、配置时关闭主程序
2、配置开及自启动
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
while true
|
||||
do
|
||||
time=`date +%H:%M:%S`
|
||||
|
8
root/start.sh
Normal file
8
root/start.sh
Normal file
@ -0,0 +1,8 @@
|
||||
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 &
|
||||
chmod +x /root/Mywathdog.sh
|
||||
/root/Mywathdog.sh &
|
||||
|
Reference in New Issue
Block a user