mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
# Workaround for OpenVZ/Virtuozzo
|
||||||
if [ -e "/proc/vz/veinfo" ]; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue