Skip to content

Commit

Permalink
Update releaseScript_DB.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
webbhm authored Nov 25, 2018
1 parent 639c4c4 commit 1153ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MVP/setup/releaseScript_DB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ COUCH=couchExt.sh

#add couchdb user and home
sudo useradd -d /home/couchdb couchdb
# add pi to group so can write to logs
sudo usermod -a -G couchdb pi

# Install Database
chmod +x $TARGET/setup/$COUCH || error_exit "Failure setting permissions "$COUCH
Expand Down

0 comments on commit 1153ad7

Please sign in to comment.