Skip to content

Commit

Permalink
Useradd path #384
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Oct 17, 2019
1 parent c9fb553 commit bfaf827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/passhport-install-script-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ apt install -y python3-pip git openssl virtualenv libpython3-dev
echo '##############################################################'
echo '# Creating "passhport" system user'
echo '##############################################################'
useradd --home-dir /home/passhport --shell /bin/bash --create-home passhport
/usr/sbin/useradd --home-dir /home/passhport --shell /bin/bash --create-home passhport
echo '##############################################################'
echo '# Creating the virtual-env for passhport…'
echo '##############################################################'
Expand Down

0 comments on commit bfaf827

Please sign in to comment.