diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ii-connect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ii-connect b/bin/ii-connect index 42839bf..6d313af 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -75,6 +75,7 @@ if [ "$1" = 'watch' ]; then sed -i "/${regex}/d" "${out_file}" fi done + sleep 1 done exit fi |