Skip to content

Commit eebae8c

Browse files
authored
fix permissions for $HOME
Signed-off-by: enoch85 <[email protected]>
1 parent adc164f commit eebae8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/change-ncadmin-profile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ sudo -i
4545
4646
UNIXUSER-PROFILE
4747

48+
chown -R "$UNIXUSER:$UNIXUSER" /home/"$UNIXUSER"
4849
chown "$UNIXUSER:$UNIXUSER" "$UNIXUSER_PROFILE"
4950
chown "$UNIXUSER:$UNIXUSER" "$SCRIPTS/history.sh"
5051
chown "$UNIXUSER:$UNIXUSER" "$SCRIPTS/instruction.sh"

0 commit comments

Comments
 (0)