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 fab703f commit 1be2fa7Copy full SHA for 1be2fa7
scripts/network-public-ip.sh
@@ -19,7 +19,7 @@ main() {
19
IP_SERVER="ifconfig.me"
20
ip=$(curl -s "$IP_SERVER")
21
22
- echo "$(get_tmux_option "@dracula-network-public-ip-label" "") $ip" > "${DATAFILE}"
+ echo "$(get_tmux_option "@dracula-network-public-ip-label" "")$ip" > "${DATAFILE}"
23
printf '%s' "$_now" > "${LAST_EXEC_FILE}"
24
fi
25
0 commit comments