Skip to content

Commit

Permalink
hide output by adduser
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 31, 2020
1 parent f7a70b4 commit 47774f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/sandbox-app-launcher
Expand Up @@ -112,7 +112,7 @@ setup() {
fi

if ! getent passwd | sed -e 's/:.*//g' | grep -qw "${app_user}"; then
adduser --no-create-home --disabled-login --gecos "" "${app_user}"
adduser --no-create-home --disabled-login --gecos "" "${app_user}" >/dev/null
fi

if ! [ -d "${app_homedir}" ]; then
Expand Down

0 comments on commit 47774f8

Please sign in to comment.