From a03d4e1be2588fc710eb08dfad3589f4b1fec011 Mon Sep 17 00:00:00 2001 From: Orazio Date: Wed, 20 Nov 2019 18:50:57 +0100 Subject: [PATCH] Fix typo --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index d303520..0c092a4 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1590,7 +1590,7 @@ confUnattendedUpgrades(){ # Enable automatic updates via the unstable repository when installing from debian package if [ "$VPN" = "wireguard" ] && [ "$PLAT" != "Ubuntu" ] && [ "$(uname -m)" != "armv6l" ]; then - if ! grep -q '"o=Debian,a=unstable";' 50unattended-upgrades; + if ! grep -q '"o=Debian,a=unstable";' 50unattended-upgrades; then $SUDO sed -i '/Unattended-Upgrade::Origins-Pattern {/a"o=Debian,a=unstable";' 50unattended-upgrades fi fi