This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox in repository live-build-x2go. commit f736114cb8c09f3413827649d619acd0af1b2cae Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sun Dec 16 01:19:04 2018 +0100 (temporary?) workaround to switch the default system shell from dash to bash & silence dpkg-reconfigure --- config/includes.chroot/lib/live/config/2850-dash2bash | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/includes.chroot/lib/live/config/2850-dash2bash b/config/includes.chroot/lib/live/config/2850-dash2bash new file mode 100755 index 0000000..ccb29ea --- /dev/null +++ b/config/includes.chroot/lib/live/config/2850-dash2bash @@ -0,0 +1,15 @@ +#!/bin/sh + +# (temporary?) workaround to switch the default system shell from dash to bash +Init () +{ + echo -n " dash2bash" +} + +Config () +{ + dpkg-reconfigure --default-priority dash >/dev/null 2>&1 +} + +Init +Config -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git