[agent v0.3.5] 🐛 fix: exec timeout

This commit is contained in:
naiba
2021-01-29 10:40:57 +08:00
parent 67230ee4b8
commit e439747c09
3 changed files with 39 additions and 22 deletions

View File

@@ -3,8 +3,8 @@ set -x
ME=`whoami`
ping example.com -c3 && \
ping example.com -c20 && \
echo "==== $ME ====" && \
ping example.net -c3 && \
ping example.net -c20 && \
echo $1 && \
echo "==== done! ===="