adjust var name

This commit is contained in:
Jason Ertel
2023-10-12 15:43:22 -04:00
parent 17ae9b3349
commit 49a651fd72

View File

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