Browse Source

Make vesta remove part silent.

Raphael Schneeberger 7 years ago
parent
commit
7d6397113a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-migration.sh

+ 1 - 1
install/hst-migration.sh

@@ -83,7 +83,7 @@ apt-key add deb_signing.key
 
 
 # Remove vesta packages
 # Remove vesta packages
 echo "Remove VestaCP packages..."
 echo "Remove VestaCP packages..."
-apt-get -qq remove vesta vesta-nginx vesta-php vesta-ioncube vesta-softaculous -y
+apt-get -qq remove vesta vesta-nginx vesta-php vesta-ioncube vesta-softaculous -y > /dev/null
 
 
 # Clear up softaculous
 # Clear up softaculous
 rm -fr /usr/local/vesta/softaculous
 rm -fr /usr/local/vesta/softaculous