Skip to content

Commit 7d63971

Browse files
committed
Make vesta remove part silent.
1 parent 5935b24 commit 7d63971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ apt-key add deb_signing.key
8383

8484
# Remove vesta packages
8585
echo "Remove VestaCP packages..."
86-
apt-get -qq remove vesta vesta-nginx vesta-php vesta-ioncube vesta-softaculous -y
86+
apt-get -qq remove vesta vesta-nginx vesta-php vesta-ioncube vesta-softaculous -y > /dev/null
8787

8888
# Clear up softaculous
8989
rm -fr /usr/local/vesta/softaculous

0 commit comments

Comments
 (0)