forgot to add ^

This commit is contained in:
Serghey Rodin 2016-12-08 16:48:28 +02:00
commit 381da55889

View file

@ -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