1、配置时关闭主程序

2、配置开及自启动
This commit is contained in:
2022-02-22 10:12:39 +08:00
parent 2b9de45d6a
commit 80e4ce0b00
6 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
while true
do
time=`date +%H:%M:%S`

8
root/start.sh Normal file
View 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 &