Use the word skipped instead of aborted

This commit is contained in:
Isaac Connor 2018-11-30 10:48:20 -05:00
parent 945770c819
commit f9139f2d98
1 changed files with 2 additions and 2 deletions

View File

@ -353,8 +353,8 @@ if ( $version ) {
$version = $detaint_version;
if ( ZM_VERSION eq $version ) {
print( "\nDatabase already at version $version, update aborted.\n\n" );
exit( 0 );
print("\nDatabase already at version $version, update skipped.\n\n");
exit(0);
}
print( "\nInitiating database upgrade to version ".ZM_VERSION." from version $version\n" );