summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-29 15:20:51 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-29 15:20:51 +0100
commit3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5 (patch)
treef3c146801c30b06d17fcc8cb77006231b2044248
parent26693c8134f7c72fb2adeed8a915fbb24971b5f2 (diff)
downloaditzks-install-script-3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5.tar.gz
itzks-install-script-3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5.tar.bz2
itzks-install-script-3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5.zip
Fix syntax for uuidgen command.
-rw-r--r--install-itzks-workstation2
1 files changed, 1 insertions, 1 deletions
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 )