The branch, build-baikal has been updated via 09bc0a02f32073184326a06f604a72081ec54878 (commit) from a851ed4e8be7b6989eb37830f0777f5bd190b8f0 (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index f856e86..d59b65d 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -106,7 +106,7 @@ case "$1" in else echo "User x2goprint already exists." >&2 # make sure all settings are appropriate - if [ "`id -gn x2gprint`" != "x2goprint" ]; then + if [ "`id -gn x2goprint`" != "x2goprint" ]; then usermod --gid x2goprint# x2goprint fi if [ "`ls -1d ~x2goprint`" != "/var/spool/x2goprint" ]; then 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).