From 3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 29 Jan 2018 15:20:51 +0100 Subject: Fix syntax for uuidgen command. --- 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 94f0401..25f2385 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -146,7 +146,7 @@ EOT # Generate uuid and timestamp and overwrite in file -UUID=$(uuidgen -t wlan0) +UUID=$(uuidgen -t) sed -i 's/uuid=.*/uuid='"$UUID"'/' /etc/NetworkManager/system-connections/BLANK TIMESTAMP=$(date +%s ) -- cgit v1.2.3