Install Uninstall end to end testing
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_prerequisite / files / deploy / eg_daemon.sh
index 7be82de..61842b2 100644 (file)
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 function _help_insecure_registry()
 {
   grep  -i "insecure-registries" /etc/docker/daemon.json | grep "REGISTRIES_IP:REGISTRIES_PORT" >/dev/null 2>&1
@@ -20,4 +22,4 @@ function main(){
 #########################################
 #skip main in case of source
     main $@
-######################
\ No newline at end of file
+######################