From dfdeb3cdd587c2249945f59c18f9bed8aa893a06 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Thu, 29 Jun 2023 17:43:57 -0600 Subject: [PATCH] Add missing local declaration --- scripts/bootstrap/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap/bootstrap b/scripts/bootstrap/bootstrap index ad597ce3e..6a6f603bf 100755 --- a/scripts/bootstrap/bootstrap +++ b/scripts/bootstrap/bootstrap @@ -71,6 +71,7 @@ already-installed-message() { # remain from previous installs check-installed() { local unit_path + local unit unit_path="/lib/systemd/system/$(systemd-escape --path /opt).mount" unit="$(basename "$unit_path")" if [[ -f $unit_path ]] && systemctl --quiet is-active "$unit" 2> /dev/null; then