1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00
docker-lineageos/startup.sh
Budleigh Salterton driving a Miura b9ac69cf57 privileged is now switchable
2016-04-04 17:54:27 +02:00

13 lines
237 B
Bash

#!/bin/sh
# Initialize ccache if needed
if [ ! -f /srv/ccache/CACHEDIR.TAG ]; then
echo "Initializing ccache in /srv/ccache..."
CCACHE_DIR=/srv/ccache ccache -M 50G
fi
export USER="cmbuild"
# Launch screen session
/bin/bash --login