summaryrefslogtreecommitdiffstats
path: root/src/main/scripts/docker_entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scripts/docker_entry.sh')
-rwxr-xr-xsrc/main/scripts/docker_entry.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/scripts/docker_entry.sh b/src/main/scripts/docker_entry.sh
new file mode 100755
index 0000000..78b83f6
--- /dev/null
+++ b/src/main/scripts/docker_entry.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "INFO: USING RESTCONF CONTROLLER"
+
+/opt/app/restconfcollector/bin/restConfCollector.sh stop
+/opt/app/restconfcollector/bin/restConfCollector.sh start \ No newline at end of file