Skip to content

Commit 217c981

Browse files
committed
new place for vesta.conf
1 parent 1ebd55b commit 217c981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ ! -e '/usr/bin/wget' ]; then
105105
fi
106106

107107
# Check repo availability
108-
wget -q "$RHOST/$REPO/vesta.conf" -O /dev/null
108+
wget -q "$CHOST/$VERSION/vesta.conf" -O /dev/null
109109
if [ $? -ne 0 ]; then
110110
echo "Error: no access to $REPO repository"
111111
exit 1
@@ -700,7 +700,7 @@ ln -s /home/backup /backup
700700
chmod a+x /backup
701701

702702
# vesta.conf
703-
wget $RHOST/$REPO/vesta.conf -O $VESTA/conf/vesta.conf
703+
wget $CHOST/$VERSION/vesta.conf -O $VESTA/conf/vesta.conf
704704
if [ "$srv_type" = 'micro' ] || [ "$srv_type" = 'small' ]; then
705705
sed -i "s/clamav//g" $VESTA/conf/vesta.conf
706706
sed -i "s/spamassassin//g" $VESTA/conf/vesta.conf

0 commit comments

Comments
 (0)