Skip to content

Commit ad154a4

Browse files
fix/gsm-show-when-disconnected
1 parent c87e522 commit ad154a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ get_ssid()
2525
fi
2626
if [ -n "$SSID" ]; then
2727
echo "$wifi_label$SSID"
28-
elif [ $gsm_connected ]; then
28+
elif $gsm_connected; then
2929
gsm_carrier=$(nmcli connection show --active | grep gsm | cut -d ' ' -f 1)
3030
echo "$gsm_label$gsm_carrier"
3131
else

0 commit comments

Comments
 (0)