Hi! I'm trying to allow git to an existing shell user. I already tried adding "git" to the chroot locations/areas ("Anwendungsbereiche" in german…) and " /usr/bin/git /usr/share/git-core" to the chromed applications in the server configuration area. However I only get "bash: service: command not found" when I try to use "git"
I just did the following as root and it might have solved the problem: jk_cp -j /var/www/clients/client0/web3 -o -v /usr/bin/git* /usr/share/git-core but I don't know if it should have worked differently and if that was safe and correct…