mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Improve ynh_spawn_app_shell comments
Co-authored-by: Florent <florent.git@zeteo.me>
This commit is contained in:
parent
bb9db08e29
commit
1300585eda
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ ynh_spawn_app_shell() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Make sure the app is installed
|
||||
# Make sure the app has its own user
|
||||
if ! id -u "$app" &>/dev/null; then
|
||||
ynh_print_err --message="There is no \"$app\" system user"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue