Improve ynh_spawn_app_shell comments

Co-authored-by: Florent <florent.git@zeteo.me>
This commit is contained in:
tituspijean 2023-05-25 09:48:55 +02:00 committed by GitHub
parent bb9db08e29
commit 1300585eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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