Update filebrowser.sh

This commit is contained in:
spiritLHLS 2023-05-03 13:45:30 +08:00 committed by GitHub
parent 811d8bea92
commit a4cbc4ae29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ build(){
}
run(){
nohup ./filebrowser -a 0.0.0.0 -p 3030 >/dev/null 2>&1 &
nohup ./filebrowser -a $IPV4 -p 3030 >/dev/null 2>&1 &
}
check_ipv4