Skip to content

Commit

Permalink
Remove user me from sudo group
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Jul 15, 2019
1 parent 9d756c3 commit 71f234c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prodnet/espressobin/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e

NODE_TYPE=$1

# Remove user me from sudo group
sudo deluser me sudo || true

# Randomize nodeid segment between 10:255
nodeid=$((RANDOM % 246 + 10))

Expand Down

0 comments on commit 71f234c

Please sign in to comment.