Skip to content
Snippets Groups Projects
Commit 04915c98 authored by Bob Mottram's avatar Bob Mottram
Browse files

Add zeronet user

parent 284afc76
No related branches found
No related tags found
No related merge requests found
......@@ -1605,7 +1605,7 @@ function install_zeronet {
apt-get -y install python python-msgpack python-gevent python-pip
pip install msgpack-python --upgrade
 
useradd --home /opt/zeronet/ --shell /sbin/nologin --user-group daemon zeronet
useradd -d /opt/zeronet/ -s /bin/false zeronet
git clone $ZERONET_REPO /opt/zeronet
sudo chown -R zeronet:zeronet /opt/zeronet
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment