Kaynağa Gözat

Add entrypoint

gabriel 6 yıl önce
ebeveyn
işleme
cb437597ae
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 6 1
      execute.sh

+ 6 - 1
execute.sh

@@ -6,5 +6,10 @@ then
 	sleep 360
     echo "SALIO"
 else
-    sh /opt/script.sh
+    if [ "$1" == "bash" ];
+    then
+        bash
+    else
+        sh /opt/script.sh
+    fi
 fi