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 566da26 commit a09bf52Copy full SHA for a09bf52
func/upgrade.sh
@@ -254,6 +254,7 @@ upgrade_complete_message_log() {
254
echo "https://github.com/hestiacp/hestiacp/issues "
255
echo "============================================================================="
256
echo
257
+ $BIN/v-log-action "system" "Info" "Updates" "Update installed (Version: $new_version)."
258
}
259
260
upgrade_cleanup_message() {
@@ -412,6 +413,8 @@ upgrade_init_logging() {
412
413
414
# Create log file
415
touch $LOG
416
+
417
+ $BIN/v-log-action "system" "Info" "Updates" "Started update installation (Latest: $new_version, Previous: $VERSION)."
418
419
420
upgrade_start_backup() {
0 commit comments