File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1637,7 +1637,7 @@ echo "[ * ] Install Roundcube..."
16371637
16381638if [ " $mysql " == ' yes' ] && [ " $dovecot " == " yes" ]; then
16391639 $HESTIA /bin/v-add-sys-roundcube
1640- echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA /conf/hestia.conf
1640+ echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA /conf/hestia.conf
16411641fi
16421642
16431643# ----------------------------------------------------------#
16461646
16471647if [ " $api " = " yes" ]; then
16481648 echo " API='yes'" >> $HESTIA /conf/hestia.conf
1649- echo " API_ALLOWED_IP='127.0.0.1 '" >> $HESTIA /conf/hestia.conf
1649+ echo " API_ALLOWED_IP=''" >> $HESTIA /conf/hestia.conf
16501650else
16511651 $HESTIA /bin/v-change-sys-api disable
16521652fi
Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ echo "[ * ] Install Roundcube..."
16611661
16621662if [ " $mysql " == ' yes' ] && [ " $dovecot " == " yes" ]; then
16631663 $HESTIA /bin/v-add-sys-roundcube
1664- echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA /conf/hestia.conf
1664+ echo " WEBMAIL_ALIAS='webmail'" >> $HESTIA /conf/hestia.conf
16651665fi
16661666
16671667
16711671
16721672if [ " $api " = " yes" ]; then
16731673 echo " API='yes'" >> $HESTIA /conf/hestia.conf
1674- echo " API_ALLOWED_IP='127.0.0.1 '" >> $HESTIA /conf/hestia.conf
1674+ echo " API_ALLOWED_IP=''" >> $HESTIA /conf/hestia.conf
16751675else
16761676 $HESTIA /bin/v-change-sys-api disable
16771677fi
You can’t perform that action at this time.
0 commit comments