summarylogtreecommitdiffstats
path: root/ethoscope-node.install
diff options
context:
space:
mode:
Diffstat (limited to 'ethoscope-node.install')
-rw-r--r--ethoscope-node.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethoscope-node.install b/ethoscope-node.install
index 326b52dda1fc..a99a4072bd53 100644
--- a/ethoscope-node.install
+++ b/ethoscope-node.install
@@ -27,6 +27,9 @@ post_install() {
#setting host settings on node
echo "127.0.0.1 node" > /etc/hosts
+ #Link scripts that need to run automatically
+ ln -s /opt/ethoscope-node/node_src/scripts/make_index.py /etc/cron.daily/make_index.py
+
echo "PLEASE REBOOT NOW."
}