Issue 1698: Use safe_sleep executable in bash scripts (#1707)

* use safe_sleep executable in bash scripts

* new line at the end of safe_sleep bash script

* Replacing relative paths with absolute paths and changing location of safe_sleep

Co-authored-by: Ferenc Hammerl <[email protected]>
This commit is contained in:
ruvceskistefan
2022-03-01 13:08:52 +00:00
committed by GitHub
co-authored by Ferenc Hammerl
parent c15d3f10b2
commit af6c8e6edd
4 changed files with 12 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
SECONDS=0
while [[ $SECONDS != $1 ]]; do
:
done