diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 06bc283e3..03cdfb7c0 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -581,7 +581,7 @@ int main(int argc, char* argv[]) } else { - cout << "The utility 'pidod' is not installed. Can't check for MariaDB server already running Exiting..." << endl; + cout << "The utility 'pidof' is not installed. Can't check for MariaDB server already running Exiting..." << endl; exit (1); }