diff options
Diffstat (limited to 'src/main/scripts/docker_entry.sh')
-rwxr-xr-x | src/main/scripts/docker_entry.sh | 6 |
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 |