summaryrefslogtreecommitdiffstats
path: root/hosts/odu3a-armhf-rb
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/odu3a-armhf-rb')
-rwxr-xr-xhosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
index 53164831..bc769ef1 100755
--- a/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
+++ b/hosts/odu3a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
@@ -17,8 +17,8 @@ export CAPTURE_ENVIRONMENT="I capture the environment"
echo "I: Changing /bin/sh to bash" >&2
echo "dash dash/sh boolean false" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
-echo "I: Setting user's login shell to /bin/bash" >&2
-usermod -s /bin/bash $BUILDUSERNAME
+echo "I: Setting $USER's login shell to /bin/bash" >&2
+usermod -s /bin/bash $USER
# temporarily disable disorderfs as we have problems properly unmounting it
exit 0