From 41f60e6b213769b786819a3f18bd4893a08f029f Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 10 Dec 2024 22:23:53 -0500 Subject: [PATCH] Dont show update successfull if already updated --- update_cli.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_cli.php b/update_cli.php index a541bbf4..6418f000 100644 --- a/update_cli.php +++ b/update_cli.php @@ -93,6 +93,8 @@ if (isset($options['update']) || isset($options['force_update'])) { } echo "Update successful\n"; +} else { + echo "\n"; } // If "update_db" is requested