Skip to content

Commit 346a912

Browse files
committed
Fix bug in upgrade.sh
1 parent 34f8713 commit 346a912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)