Skip to content

Commit

Permalink
add pi user to support group
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jun 11, 2024
1 parent 2a7a196 commit 2e36003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
],
'script': [
'sudo addgroup support',
'sudo adduser pi support',
'sudo mkdir -p /var/lib/support_tunnel',
'sudo chmod 0777 /var/lib/support_tunnel', # TODO: lock this down
'if [ ! -e /opt/support_tunnel ] ; then'
Expand Down

0 comments on commit 2e36003

Please sign in to comment.