mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing argument
Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
parent
d9aa345ee8
commit
defabdbecb
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ ynh_system_user_create () {
|
|||
else
|
||||
local shell="--shell /usr/sbin/nologin"
|
||||
fi
|
||||
useradd $user_home_dir --system --user-group $username $shell || ynh_die "Unable to create $username system account"
|
||||
useradd $user_home_dir --system --user-group $username $shell || ynh_die --message="Unable to create $username system account"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue