From ecde5df1796a886d56dd10dbb363aeaba02600b7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 8 Feb 2023 14:10:38 +0000 Subject: [PATCH] feat: change homedir --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 97653b2..a8da437 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ echo -e "" echo -e "Check Permissions" echo -e "=================================" echo -e "setting UID to ${UID}" -usermod -u ${UID} linuxgsm > /dev/null 2>&1 +usermod -u ${UID} -m -d /linuxgsm linuxgsm > /dev/null 2>&1 echo -e "setting GID to ${GID}" groupmod -g ${GID} linuxgsm echo -e "updating permissions"