summarylogtreecommitdiffstats
path: root/zeronet.install
diff options
context:
space:
mode:
Diffstat (limited to 'zeronet.install')
-rw-r--r--zeronet.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/zeronet.install b/zeronet.install
index 782f8a38df04..e14a0822ff5e 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -29,11 +29,11 @@ post_install() {
echo ">>> NOTE: all operations including editing zerosite files,"
echo ">>> should be done as user zeronet and config must be passed"
echo ">>> for data directory to be selected to /var/lib/zeronet: "
- echo ">>> sudo -u zeronet python2 zeronet.py --config_file /etc/zeronet.conf ..."
+ echo ">>> sudo -u zeronet python zeronet.py --config_file /etc/zeronet.conf ..."
echo ">>> OR"
echo ">>> sudo su - zeronet"
echo ">>> cd /opt/zeronet"
- echo ">>> python2 zeronet.py --config_file /etc/zeronet.conf ..."
+ echo ">>> python zeronet.py --config_file /etc/zeronet.conf ..."
}
## each separate version number must be less than 3 digit wide !