Skip to content

Commit

Permalink
AWS WorkSpaces (20 December)
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Dec 21, 2023
1 parent f759770 commit 2bbdf3f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ echo "Starting" | $LOGGER

case "$1" in
init)
if [ ! -d /userhome/.local/share ]; then
mkdir -p /userhome/.local/share
chown -R user:users /userhome/.local/share
fi
# Initial permissions
chown -R root:root "${CP}" | $LOGGER
# Linking files and folders on proper path
Expand Down

0 comments on commit 2bbdf3f

Please sign in to comment.