lith hai 1 ano
pai
achega
54775e9d36

+ 2 - 2
Publish/DevOps2/github-bash/startup.bash

@@ -54,8 +54,8 @@ cd $curPath
 for file in *.sh
 do
     echo "-----------------------------------------------------------------"
-    echo "[$(date "+%H:%M:%S")]" bash $file
-    bash $file
+    echo "[$(date "+%H:%M:%S")]" sh $file
+    sh $file
 done
 
 

+ 2 - 2
Publish/DevOps2/release-bash/startup.bash

@@ -45,8 +45,8 @@ cd $curPath
 for file in *.sh
 do
     echo "-----------------------------------------------------------------"
-    echo "[$(date "+%H:%M:%S")] bash $file"
-    bash $file
+    echo "[$(date "+%H:%M:%S")] sh $file"
+    sh $file
 done