Don't fail, just return

This commit is contained in:
Luke Murphy 2020-03-22 17:20:11 +01:00
parent 38322cc3b7
commit ea59567e19
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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
}