We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e522 commit ad154a4Copy full SHA for ad154a4
scripts/network.sh
@@ -25,7 +25,7 @@ get_ssid()
25
fi
26
if [ -n "$SSID" ]; then
27
echo "$wifi_label$SSID"
28
- elif [ $gsm_connected ]; then
+ elif $gsm_connected; then
29
gsm_carrier=$(nmcli connection show --active | grep gsm | cut -d ' ' -f 1)
30
echo "$gsm_label$gsm_carrier"
31
else
0 commit comments