We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebd55b commit 217c981Copy full SHA for 217c981
install/vst-install.sh
@@ -105,7 +105,7 @@ if [ ! -e '/usr/bin/wget' ]; then
105
fi
106
107
# Check repo availability
108
-wget -q "$RHOST/$REPO/vesta.conf" -O /dev/null
+wget -q "$CHOST/$VERSION/vesta.conf" -O /dev/null
109
if [ $? -ne 0 ]; then
110
echo "Error: no access to $REPO repository"
111
exit 1
@@ -700,7 +700,7 @@ ln -s /home/backup /backup
700
chmod a+x /backup
701
702
# vesta.conf
703
-wget $RHOST/$REPO/vesta.conf -O $VESTA/conf/vesta.conf
+wget $CHOST/$VERSION/vesta.conf -O $VESTA/conf/vesta.conf
704
if [ "$srv_type" = 'micro' ] || [ "$srv_type" = 'small' ]; then
705
sed -i "s/clamav//g" $VESTA/conf/vesta.conf
706
sed -i "s/spamassassin//g" $VESTA/conf/vesta.conf
0 commit comments