فهرست منبع

forgot to add ^

Serghey Rodin 9 سال پیش
والد
کامیت
381da55889
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

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