wifi: fixed network collection script
This commit is contained in:
parent
32a5e00141
commit
af82e2cce2
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
|||
sudo ls /etc/NetworkManager/system-connections \
|
||||
| while read file
|
||||
do
|
||||
sudo cat /etc/NetworkManager/system-connections/$file \
|
||||
| pass insert -m desktop/network-manager/system-connections/$file
|
||||
sudo cat "/etc/NetworkManager/system-connections/$file" \
|
||||
| pass insert -m "krops/desktop_secrets/network-manager/system-connections/$file"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue