forked from Shinonome/dots-hyprland
add missing comma
This commit is contained in:
@@ -89,7 +89,7 @@ Singleton {
|
||||
network.askingPassword = false;
|
||||
changePasswordProc.exec({
|
||||
"environment": {
|
||||
"PASSWORD": password
|
||||
"PASSWORD": password,
|
||||
"SSID": network.ssid
|
||||
},
|
||||
"command": ["bash", "-c", 'nmcli connection modify "$SSID" wifi-sec.psk "$PASSWORD"']
|
||||
|
||||
Reference in New Issue
Block a user