Skip to content

Commit

Permalink
fix for provision-server
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Feb 6, 2023
1 parent e641f52 commit b0142a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATCH=`echo $VERSION | cut -d . -f 3`
sudo apt update

# create a (non-privileged) user to run the server:
sudo useradd nanosoldier || true
sudo useradd -m nanosoldier || true
sudo usermod -aG nanosoldier `whoami`
echo "`whoami` ALL= (nanosoldier) NOPASSWD: ALL
Defaults> nanosoldier umask=0777" | sudo tee -a /etc/sudoers.d/99-nanosoldier
Expand Down

0 comments on commit b0142a1

Please sign in to comment.