Dont show update successfull if already updated

This commit is contained in:
johnnyq 2024-12-10 22:23:53 -05:00
parent 3b079de8ad
commit 41f60e6b21
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ if (isset($options['update']) || isset($options['force_update'])) {
}
echo "Update successful\n";
} else {
echo "\n";
}
// If "update_db" is requested