1
0
mirror of https://github.com/stucki/docker-lineageos synced 2025-01-09 17:39:47 -05:00

Set USER on startup (Docker bug?)

This commit is contained in:
Michael Stucki 2016-03-14 01:12:25 +01:00
parent 831eb4f7c6
commit 608ebb3ca4

View File

@ -6,5 +6,7 @@ if [ ! -f /srv/ccache/CACHEDIR.TAG ]; then
CCACHE_DIR=/srv/ccache ccache -M 50G CCACHE_DIR=/srv/ccache ccache -M 50G
fi fi
export USER="cmbuild"
# Launch screen session # Launch screen session
screen -s /bin/bash screen -s /bin/bash