From 381da5588904472d55182a26e0aa0d7bc20ab5e3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 8 Dec 2016 16:48:28 +0200 Subject: [PATCH] forgot to add ^ --- install/vst-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 6e993718..6e334d28 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -999,7 +999,7 @@ if [ "$named" = 'yes' ]; then # Workaround for OpenVZ/Virtuozzo if [ -e "/proc/vz/veinfo" ]; then - sed -i "s/exit 0/service bind9 restart\nexit 0/" /etc/rc.local + sed -i "s/^exit 0/service bind9 restart\nexit 0/" /etc/rc.local fi fi