diff --git a/entrypoint.sh b/entrypoint.sh index f954245..55a99af 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -49,7 +49,7 @@ echo -e "updating permissions" find /linuxgsm -user ${UID} -exec chown -h linuxgsm {} \; find /linuxgsm -group ${GID} -exec chgrp -h linuxgsm {} \; chown -R ${USERNAME}:${USERNAME} /linuxgsm -export HOME=/home/docker +export HOME=/home/linuxgsm echo -e "" echo -e "Switch to user ${USERNAME}"