From c210c4ee204997b8f0fff148125b6d9d22bdeb5c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 23:43:47 +0100 Subject: Be really sure that SSID.in does not append to a previous version of itself that did not make it until its moval to the real config file. --- install-itzks-workstation | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 220c1b3..83bfd26 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -94,8 +94,7 @@ sed -r -i /etc/fstab -e "s@^/dev/scd[0-9]+.*@@g" # WiFi-config for NetworkManager # Write standard config -touch /etc/NetworkManager/system-connections/SSID.in -cat <> /etc/NetworkManager/system-connections/SSID.in +cat < /etc/NetworkManager/system-connections/SSID.in [connection] id=@SSID@ uuid=@UUID@ -- cgit v1.2.3