This commit is contained in:
Shengliang Guan 2020-06-21 02:12:31 +00:00
parent f95d577615
commit 06cc1ec244
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
##################################################
set +e
set -e
#set -x
CMD_NAME=
@ -35,4 +35,5 @@ do
echo loop $i
echo cmd $CMD_NAME
$CMD_NAME
sleep 2
done