mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
forgot to add ^
This commit is contained in:
parent
039a989fb2
commit
381da55889
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue