Update filebrowser-v3.sh

pull/243/head
tteckster 2022-05-18 21:53:34 -04:00 committed by GitHub
parent ecc7dae17f
commit bc15323663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ function msg_ok() {
msg_info "Installing ${APP}"
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null
filebrowser config init -a '0.0.0.0'
filebrowser config set -a '0.0.0.0'
filebrowser users add admin changeme --perm.admin
filebrowser config init -a '0.0.0.0' &>/dev/null
filebrowser config set -a '0.0.0.0' &>/dev/null
filebrowser users add admin changeme --perm.admin &>/dev/null
msg_ok "Installed ${APP}"
msg_info "Creating Service"