@@ -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
@@ -45,8 +45,8 @@ cd $curPath
- echo "[$(date "+%H:%M:%S")] bash $file"
+ echo "[$(date "+%H:%M:%S")] sh $file"