Update navidrome-v5.sh

pull/1047/head
tteckster 3 years ago committed by GitHub
parent e755bfeacd
commit 9058480ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/navidrome-v5.sh

@ -305,8 +305,8 @@ function advanced_settings() {
function install_script() { function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
header_info
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info
echo -e "${BL}Using Default Settings${CL}" echo -e "${BL}Using Default Settings${CL}"

Loading…
Cancel
Save