diff --git a/xCAT-server/share/xcat/scripts/configonie b/xCAT-server/share/xcat/scripts/configonie index c49afed19..aaa1b175a 100755 --- a/xCAT-server/share/xcat/scripts/configonie +++ b/xCAT-server/share/xcat/scripts/configonie @@ -226,7 +226,7 @@ sub install_license { print "file = $license_file\n"; if (!(-e $license_file) ) { - print "license file $license_file is not exist\n"; + print "license file $license_file does not exist\n"; return; }