From 49a651fd72deb8e15affdd9a2ca6fc866641283a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 12 Oct 2023 15:43:22 -0400 Subject: [PATCH] adjust var name --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 17c62af81..60296d2f3 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -91,7 +91,7 @@ fi # if packages are updated and the box isn't rebooted if [[ $is_debian ]]; then update_packages - if [[ -f "/var/run/reboot-required" ]] && [ -z "$TESTING" ]; then + if [[ -f "/var/run/reboot-required" ]] && [ -z "$test_profile" ]; then whiptail_debian_reboot_required reboot fi