Skip to content

Commit

Permalink
agent: fix creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Feb 19, 2024
1 parent 649b292 commit 519ed70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/createNewUser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ ln -s $dyndir "$homedir/web-dynamic"

echo "Copying in skel"

cp -r "$skeldir/* $homedir/"
cp -r $skeldir/* $homedir

echo "Setting permissions"
chown -R "$user:users" $homedir
chown "$user:users" $webdir
chown"$user:users" $dyndir
chown "$user:users" $dyndir

chmod -R 0700 $homedir

Expand Down

0 comments on commit 519ed70

Please sign in to comment.