Skip to content
Snippets Groups Projects
Commit e5889f93 authored by Bussi Andrea's avatar Bussi Andrea
Browse files

install-labmanager: fix a small typo in the comparison.

parent 0d555116
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ OLD_FILES=(
# Create a users
myuseradd() {
if [ "z$1" != "z" ]; then
if [ "z$1" == "z" ]; then
echo "myuseradd: No user specified! Nothing to do."
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment