Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-10-21 13:41:27 +10:00
31 changed files with 583 additions and 57 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
else
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
filebrowser users add admin helper-scripts.com --perm.admin &>/dev/null
fi
msg_ok "Installed ${APP} on $hostname"