Skip to content

Commit 381da55

Browse files
author
Serghey Rodin
committed
forgot to add ^
1 parent 039a989 commit 381da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ if [ "$named" = 'yes' ]; then
999999

10001000
# Workaround for OpenVZ/Virtuozzo
10011001
if [ -e "/proc/vz/veinfo" ]; then
1002-
sed -i "s/exit 0/service bind9 restart\nexit 0/" /etc/rc.local
1002+
sed -i "s/^exit 0/service bind9 restart\nexit 0/" /etc/rc.local
10031003
fi
10041004
fi
10051005

0 commit comments

Comments
 (0)