From ba5d489e2a1c2ea003cd87633aca3810e89dec4c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 20 Jul 2018 19:22:42 +0200 Subject: [PATCH] Remove temp fix Fixed by https://github.com/YunoHost/yunohost/pull/501 --- sub_scripts/lxc_upgrade.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sub_scripts/lxc_upgrade.sh b/sub_scripts/lxc_upgrade.sh index 1323946..c7f6577 100755 --- a/sub_scripts/lxc_upgrade.sh +++ b/sub_scripts/lxc_upgrade.sh @@ -67,12 +67,6 @@ sudo lxc-start -n $LXC_NAME -d sleep 3 sudo lxc-ls -f -### FIX -echo -e "\e[1m> Temporary fix...\e[0m" -sudo lxc-attach -n $LXC_NAME -- apt-get remove dns-root-data -sudo lxc-attach -n $LXC_NAME -- systemctl restart dnsmasq -### FIX - echo -e "\e[1m> Update\e[0m" update_apt=0 sudo lxc-attach -n $LXC_NAME -- apt-get update