Move BOOT_ID initialization to settings.env.default and remove from runtest.sh
This commit is contained in:
parent
674d06fb4d
commit
748a0ec911
2 changed files with 5 additions and 4 deletions
|
@ -8,9 +8,6 @@ if [ -z "$RECIPIENT" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
BOOT_ID=$(cat /proc/sys/kernel/random/boot_id)
|
||||
|
||||
|
||||
sudo -v
|
||||
|
||||
while true; do sudo -n true; sleep 60; done 2>/dev/null &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue