chore(autofmt)

This commit is contained in:
Lemmy
2026-03-13 22:13:05 -04:00
parent 12c77e5524
commit c67f293aca
2 changed files with 56 additions and 3 deletions
+3 -1
View File
@@ -531,7 +531,7 @@ Singleton {
}
}
}
// Update capabilities
root._wifiAvailable = wifiAvailable;
root._ethernetAvailable = ethernetAvailable;
@@ -1448,6 +1448,7 @@ Singleton {
esac
nmcli connection up id "$SSID"
`;
return ["sh", "-c", script, "--", ssid, password, securityKey];
}
environment: ({
@@ -1579,6 +1580,7 @@ if [ "$deleted" = "false" ]; then
echo "No profiles found for SSID: $ssid"
fi
`;
return ["sh", "-c", script, "--", ssid];
}