diff --git a/ct/navidrome-v5.sh b/ct/navidrome-v5.sh index a8d90f80..8380caf5 100644 --- a/ct/navidrome-v5.sh +++ b/ct/navidrome-v5.sh @@ -70,16 +70,16 @@ if [ $(pveversion | grep -c "pve-manager/7\.[0-9]") -eq 0 ]; then echo -e "Requires PVE Version 7.0 or higher" echo -e "Exiting..." sleep 2 -fi exit +fi } function ARCH_CHECK() { if [ "$(dpkg --print-architecture)" != "amd64" ]; then echo -e "\n ${CROSS} This script will not work with PiMox! \n" echo -e "Exiting..." sleep 2 -fi exit +fi } function default_settings() { @@ -343,7 +343,7 @@ if command -v pveversion >/dev/null 2>&1; then echo -e "⚠ User exited script \n" exit fi - install_script +install_script fi if ! command -v pveversion >/dev/null 2>&1 && [[ ! -d /opt/navidrome ]]; then