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.
2 parents 9a0f661 + 377f968 commit 618da6fCopy full SHA for 618da6f
func/upgrade.sh
@@ -292,7 +292,7 @@ upgrade_send_notification_to_email () {
292
293
upgrade_send_log_to_email() {
294
if [ "$UPGRADE_SEND_EMAIL_LOG" = "true" ]; then
295
- admin_email=$(v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
+ admin_email=$($BIN/v-list-user admin json | grep "CONTACT" | cut -d'"' -f4)
296
send_mail="$HESTIA/web/inc/mail-wrapper.php"
297
cat $LOG | $send_mail -s "Update Installation Log - v${new_version}" $admin_email
298
fi
@@ -764,4 +764,4 @@ upgrade_restart_services() {
764
upgrade_perform_cleanup() {
765
# Remove upgrade configuration file as it's not needed
766
rm -f $HESTIA_INSTALL_DIR/upgrade/upgrade.conf
767
-}
+}
0 commit comments