Skip to content

Commit

Permalink
feat: add mock user account
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 17, 2024
1 parent f6bd8be commit c5ea8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/add_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ usermod -aG sudo $ADMIN_USER
echo "Creating team account, $TEAM_USER..."
useradd --create-home --password $(echo $TEAM_PASSWORD) --shell /bin/bash $TEAM_USER

echo "Creating mock account, $MOCK_USER..."
useradd --create-home --password $(echo $MOCK_PASSWORD) --shell /bin/bash $MOCK_USER

chmod -R -v 750 /home/*

0 comments on commit c5ea8db

Please sign in to comment.