From c4a7530f1bbf9698e5cf08cf22e8a82ff406b15e Mon Sep 17 00:00:00 2001 From: pabera <1260686+pabera@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:40:10 +0100 Subject: [PATCH] fix: remove unnecessary variable --- installation/includes/01_default_config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installation/includes/01_default_config.sh b/installation/includes/01_default_config.sh index 5bacf43ed..fd9a7c7b2 100644 --- a/installation/includes/01_default_config.sh +++ b/installation/includes/01_default_config.sh @@ -6,7 +6,6 @@ DISABLE_IPv6=true ENABLE_AUTOHOTSPOT=false AUTOHOTSPOT_CHANGE_PASSWORD=false AUTOHOTSPOT_PASSWORD="PlayItLoud!" -DISABLE_SSH_QOS=true SETUP_MPD=true ENABLE_MPD_OVERWRITE_INSTALL=true UPDATE_RASPI_OS=${UPDATE_RASPI_OS:-"true"}