Microdecison: more weird spaces

This commit is contained in:
Alexandre Aubin 2018-01-27 20:06:16 +01:00 committed by GitHub
parent 1056977dc6
commit e15ccdf0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Check if a YunoHost user exists # Check if a YunoHost user exists
# #
# example: ynh_user_exists 'toto' || exit 1 # example: ynh_user_exists 'toto' || exit 1
# #
@ -31,7 +31,7 @@ ynh_user_list() {
| awk '/^##username$/{getline; print}' | awk '/^##username$/{getline; print}'
} }
# Check if a user exists on the system # Check if a user exists on the system
# #
# usage: ynh_system_user_exists username # usage: ynh_system_user_exists username
# | arg: username - the username to check # | arg: username - the username to check