Don't fail, just return

This commit is contained in:
Luke Murphy
2020-03-22 17:20:11 +01:00
parent 38322cc3b7
commit ea59567e19

View File

@ -27,7 +27,7 @@ setup_root_user() {
echo "-----> root user added"
else
echo "-----> Failed to add root user"
exit 1
return
fi
fi
}