File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ upgrade_send_notification_to_email () {
209209 echo " - Check our forums for possible solutions: https://forum.hestiacp.com" >> $message_tmp_file
210210 echo " - File an issue report on GitHub: https://github.com/hestiacp/hestiacp/issues" >> $message_tmp_file
211211 echo " " >> $message_tmp_file
212- echo " Help support the Hestia Control Panel project by donating via PayPal: https://www.hestiacp.com/donate" >> $message_tmp_file "
212+ echo " Help support the Hestia Control Panel project by donating via PayPal: https://www.hestiacp.com/donate" >> $message_tmp_file
213213 echo " ===================================================" >> $message_tmp_file
214214 echo " Have a wonderful day," >> $message_tmp_file
215215 echo " The Hestia Control Panel development team" >> $message_tmp_file
Original file line number Diff line number Diff line change 1919# Initialize functions/variables #
2020# ##############################################################
2121
22+ if [ -z " $HESTIA " ]; then
23+ export HESTIA=' /usr/local/hestia'
24+ PATH=$PATH :/usr/local/hestia/bin
25+ export PATH
26+ fi
27+
2228# Load upgrade functions and variables
2329source /usr/local/hestia/func/main.sh
2430source /usr/local/hestia/func/upgrade.sh
Original file line number Diff line number Diff line change 1515# Initialize functions/variables #
1616# ##############################################################
1717
18+ if [ -z " $HESTIA " ]; then
19+ export HESTIA=' /usr/local/hestia'
20+ PATH=$PATH :/usr/local/hestia/bin
21+ export PATH
22+ fi
23+
1824# Load upgrade functions and variables
1925source /usr/local/hestia/func/main.sh
2026source /usr/local/hestia/func/upgrade.sh
You can’t perform that action at this time.
0 commit comments