diff --git a/start-compose.sh b/start-compose.sh index 1584f26e..cd906b87 100755 --- a/start-compose.sh +++ b/start-compose.sh @@ -12,6 +12,10 @@ if [ ! -d ${WORKDIR} ]; then mkdir -p ${WORKDIR} fi +if [ ! -z "${UID}" ]; then + UID=`id -u` +fi + echo "[+] Workdir: ${WORKDIR} [UID=${UID} GID=${GID}]" cd ${PUPY}