File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,11 @@ if [ ! -e "$VESTA/softaculous/vst_installed" ]; then
105105 touch $VESTA /softaculous/vst_installed
106106fi
107107
108+ # Adding symlink
109+ if [ ! -e " $VESTA /web/softaculous" ]; then
110+ ln -s $VESTA /softaculous/vesta $VESTA /web/softaculous
111+ fi
112+
108113# Updating SOFTACULOUS value
109114if [ -z " $( grep SOFTACULOUS $VESTA /conf/vesta.conf) " ]; then
110115 echo " SOFTACULOUS='yes'" >> $VESTA /conf/vesta.conf
Original file line number Diff line number Diff line change 2727# Action #
2828# ----------------------------------------------------------#
2929
30+ # Deleting symlink
31+ if [ -e " $VESTA /web/softaculous" ]; then
32+ rm -f $VESTA /web/softaculous
33+ fi
34+
3035# Updating SOFTACULOUS value
3136sed -i " s/SOFTACULOUS.*/SOFTACULOUS='no'/g" \
3237 $VESTA /conf/vesta.conf
You can’t perform that action at this time.
0 commit comments