Skip to content

Commit f3f091b

Browse files
committed
removed --force option
1 parent 0eaf490 commit f3f091b

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
@@ -608,9 +608,9 @@ chmod 750 $VESTA/conf
608608
chmod 750 $VESTA/data/users
609609
chmod 750 $VESTA/data/ips
610610
chmod -R 750 $VESTA/data/queue
611-
ln -f -s /usr/local/vesta/log /var/log/vesta
611+
ln -s /usr/local/vesta/log /var/log/vesta
612612
adduser backup
613-
ln -f -s /home/backup /backup
613+
ln -s /home/backup /backup
614614
chmod a+x /backup
615615

616616
# vesta.conf

0 commit comments

Comments
 (0)