diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/execute_installtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/execute_installtest.sh b/examples/execute_installtest.sh index aef24a5..de68d34 100755 --- a/examples/execute_installtest.sh +++ b/examples/execute_installtest.sh @@ -14,7 +14,7 @@ set -ex # practically, killing is not enough, do a reboot here instead. echo 'nobody@nowhere' > /etc/mailname -echo '$Id' +echo '$Id$' INSTALLTESTPID=$$ ( sleep 1h ; kill $INSTALLTESTPID ) & KILLPID=$! |