From 0924f6f249716b7d3f91e42770056822cff9835e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Mar 2024 08:41:28 +0100 Subject: [PATCH] LOGGER: improvements [skip ci] --- functions/post_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/post_update.sh b/functions/post_update.sh index 30d8b76b..dbb7359e 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -3,7 +3,7 @@ post_update() { # post update script - echo "Executing post-update script" + log i "Executing post-update script" if [[ $(check_version_is_older_than "0.5.0b") == "true" ]]; then # If updating from prior to save sorting change at 0.5.0b save_migration