diff options
Diffstat (limited to 'ethoscope-node.install')
-rw-r--r-- | ethoscope-node.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethoscope-node.install b/ethoscope-node.install index f1d0c75f85c..76edcbf5cf5 100644 --- a/ethoscope-node.install +++ b/ethoscope-node.install @@ -14,7 +14,7 @@ post_install() { #installing python module cd /opt/ethoscope-node/node_src/ - python setup.py install + python setup.py develop echo "enabling NODE specific systemd service files" systemctl enable ethoscope_node.service ethoscope_update_node.service ethoscope_backup.service ethoscope_video_backup.service |