Browse Source

fix home

pull/15/head
Daniel Gibbs 2 years ago
parent
commit
e584e888a7
  1. 2
      entrypoint.sh

2
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}"

Loading…
Cancel
Save