Skip to content

Commit 9e70f94

Browse files
Added $HESTIA/bin/ before command
Co-Authored-By: Marcelo Coutinho <19652056+OnlyHardOfficial@users.noreply.github.com>
1 parent 0682fce commit 9e70f94

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
@@ -246,7 +246,7 @@ upgrade_send_notification_to_panel () {
246246
upgrade_send_notification_to_email () {
247247
if [ "$UPGRADE_SEND_EMAIL" = "true" ]; then
248248
# Retrieve admin email address, sendmail path, and message temp file path
249-
admin_email=$(v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
249+
admin_email=$($HESTIA/bin/v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
250250
send_mail="$HESTIA/web/inc/mail-wrapper.php"
251251
message_tmp_file="/tmp/hestia-upgrade-complete.txt"
252252

0 commit comments

Comments
 (0)