From bec92b63f8104928b258122a8ec9fa0c9377ef1f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 19 Nov 2023 09:49:40 +0100 Subject: bin/debian-edu-router-fai_updateconfigspace: Fix quoting typo in git command. --- bin/debian-edu-fai_updateconfigspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debian-edu-fai_updateconfigspace b/bin/debian-edu-fai_updateconfigspace index 3d03349..eea0e6b 100755 --- a/bin/debian-edu-fai_updateconfigspace +++ b/bin/debian-edu-fai_updateconfigspace @@ -46,7 +46,7 @@ if [ "${FAI_CONFIGDIR_REAL}" = "/usr/share/debian-edu-fai/fai/config" ]; then echo "ERROR: FAI_CONFIGDIR points to '${FAI_CONFIGDIR_REAL}'." echo "ERROR: Such a setup is not supported..." exit 1 -elif command -v git 1>/dev/null && [ "$(git rev-parse --is-inside-work-tree" 2>/dev/null) = "true" ]; then +elif command -v git 1>/dev/null && [ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" = "true" ]; then # FAI config space is managed by Git, don't do anything then... : else -- cgit v1.2.3