The branch, build-baikal has been updated via e7324f82784e188b09885f03378d6a672afcabf1 (commit) from fff8dfd7d3b73d0e597d08a193d855b6009eaca4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index d0b4ddd..909099f 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -34,8 +34,8 @@ case "$1" in if ! getent passwd x2gouser >/dev/null; then echo "Creating x2gouser user." >&2 adduser --system --no-create-home \ - --disabled-password --disabled-login \ - --shell /bin/false --group --home /var/db/x2go x2gouser + --disabled-password --disabled-login \ + --shell /bin/false --group --home /var/db/x2go x2gouser else echo "User x2gouser already exists." >&2 fi hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).