We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682fce commit 9e70f94Copy full SHA for 9e70f94
func/upgrade.sh
@@ -246,7 +246,7 @@ upgrade_send_notification_to_panel () {
246
upgrade_send_notification_to_email () {
247
if [ "$UPGRADE_SEND_EMAIL" = "true" ]; then
248
# Retrieve admin email address, sendmail path, and message temp file path
249
- admin_email=$(v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
+ admin_email=$($HESTIA/bin/v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
250
send_mail="$HESTIA/web/inc/mail-wrapper.php"
251
message_tmp_file="/tmp/hestia-upgrade-complete.txt"
252
0 commit comments