diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 11:13:03 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 11:13:03 +0100 |
commit | cff1da2401ec663822bf319f0f82d1f329617a21 (patch) | |
tree | 82af476c968e2adea81105dc3b7803dd5677a1f0 /install-itzks-workstation | |
parent | a2806e2bd879cc03de55344c37a3d57b3f41ea82 (diff) | |
download | itzks-install-script-cff1da2401ec663822bf319f0f82d1f329617a21.tar.gz itzks-install-script-cff1da2401ec663822bf319f0f82d1f329617a21.tar.bz2 itzks-install-script-cff1da2401ec663822bf319f0f82d1f329617a21.zip |
Fix typo.
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 a3fcc58..a3815fd 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -164,7 +164,7 @@ sed -i 's/psk=.*/psk='"$passw"'/' /etc/NetworkManager/system-connections/BLANK mv /etc/NetworkManager/system-connections/BLANK /etc/NetworkManager/system-connections/"$ssid" # Set permissions on generated file -chmod go-rwx /etc/NetworkManager/systems-connections/"$ssid" +chmod go-rwx /etc/NetworkManager/system-connections/"$ssid" #################### |