Move BOOT_ID initialization to settings.env.default and remove from runtest.sh

This commit is contained in:
Yaro Kasear 2025-04-14 13:14:22 -05:00
parent 674d06fb4d
commit 748a0ec911
2 changed files with 5 additions and 4 deletions

View file

@ -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 &