diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 2 |
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 ) |