The branch, release/4.0.1.x has been updated via ac20aac62ee6ff4361b08308baef746b32ee9b8e (commit) from f73cf4bc7dc508af1e771ac913389f6a6a5f2914 (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-printing.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/x2goserver-printing.postinst b/debian/x2goserver-printing.postinst index eb438b2..c75484e 100755 --- a/debian/x2goserver-printing.postinst +++ b/debian/x2goserver-printing.postinst @@ -40,7 +40,7 @@ case "$1" in echo "User x2goprint already exists." >&2 # make sure all settings are appropriate if [ "`id -gn x2goprint`" != "x2goprint" ]; then - usermod --gid x2goprint# x2goprint + usermod --gid x2goprint x2goprint fi if [ "getent passwd x2goprint" | egrep -v '^.*:x:.*:.*:.*:.*:/bin/sh$' &>/dev/null ]; then usermod --shell /bin/sh x2goprint 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).