From 217c981aae58d079265dab2609b6b2ca953c2fc0 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 24 Sep 2013 23:29:22 +0300 Subject: [PATCH] new place for vesta.conf --- install/vst-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index 79dc20cf1..8fdda4328 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -105,7 +105,7 @@ if [ ! -e '/usr/bin/wget' ]; then fi # Check repo availability -wget -q "$RHOST/$REPO/vesta.conf" -O /dev/null +wget -q "$CHOST/$VERSION/vesta.conf" -O /dev/null if [ $? -ne 0 ]; then echo "Error: no access to $REPO repository" exit 1 @@ -700,7 +700,7 @@ ln -s /home/backup /backup chmod a+x /backup # vesta.conf -wget $RHOST/$REPO/vesta.conf -O $VESTA/conf/vesta.conf +wget $CHOST/$VERSION/vesta.conf -O $VESTA/conf/vesta.conf if [ "$srv_type" = 'micro' ] || [ "$srv_type" = 'small' ]; then sed -i "s/clamav//g" $VESTA/conf/vesta.conf sed -i "s/spamassassin//g" $VESTA/conf/vesta.conf