From 1fc81dc8976d06e2e32856bc940395af4dbcdbcc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Feb 2018 21:21:07 +0100 Subject: fix syntax error in if clause --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index ac5f933..8a5fa29 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -127,7 +127,7 @@ service keyboard-setup restart # WiFi-config for NetworkManager # only if no system-wide connections exists, so far... -if ! grep -q -E '^permissions=$' /etc/NetworkManager/system-connections/* +if ! grep -q -E '^permissions=$' /etc/NetworkManager/system-connections/*; then # Write standard config cat < /etc/NetworkManager/system-connections/SSID.in -- cgit v1.2.3