Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Feb 27, 2020
1 parent b338f1d commit 656b248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function setting(){
#nohup caddy -conf="/etc/ccaa/caddy.conf" > /etc/ccaa/caddy.log 2>&1 &
nohup /usr/sbin/ccaa_web &
#运行filebrowser
nohup filebrowser -c /etc/ccaa/config.json
nohup filebrowser -c /etc/ccaa/config.json &

#获取ip
osip=$(curl -4s https://api.ip.sb/ip)
Expand Down

0 comments on commit 656b248

Please sign in to comment.