Skip to content
Snippets Groups Projects
Commit 4cf7dcdf authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update mysqlserver

parent 0ed07e5f
Branches
No related tags found
1 merge request!1066435 check onehost
......@@ -242,10 +242,10 @@ fi
# --- check installation
grep $myuser $cfgfile >/dev/null 2>/dev/null
if [ $? -ne 0 ]; then
if ! grep $myuser $cfgfile >/dev/null 2>&1; then
ph.abort "MYSQL access not possible yet. You need to install the monitoring user first: as root execute $(basename $0) -i"
fi
. "${cfgfile}"
# ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment