The branch, build-main has been updated via 64c569173d10d72ef542fa639bb09fc4179c598e (commit) from 5d31ef81c14b198adf9006a32e3a647e87bcfb19 (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/x2gothinclient.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/x2gothinclient.postinst b/debian/x2gothinclient.postinst index 8739dbb..bc7f005 100755 --- a/debian/x2gothinclient.postinst +++ b/debian/x2gothinclient.postinst @@ -35,7 +35,7 @@ case "$1" in echo "Creating x2gothinclient user." >&2 adduser --system \ --disabled-password --disabled-login \ - --shell /bin/false --group --home /var/lib/x2gothinclient x2gothinclient + --shell /bin/bash --group --home /var/lib/x2gothinclient x2gothinclient # make sure the home directory belongs to x2gothinclient:x2gothinclient chown x2gothinclient:x2gothinclient /var/lib/x2gothinclient -Rf hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).