termux-connecting 1.1.48 → 1.1.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  #!/data/data/com.termux/files/usr/bin/bash
2
2
  set -e
3
3
 
4
- VERSION="1.1.48"
4
+ VERSION="1.1.49"
5
5
 
6
6
  GREEN='\033[0;32m'; YELLOW='\033[1;33m'; RED='\033[0;31m'; CYAN='\033[0;36m'; NC='\033[0m'
7
7
  info() { echo -e "${GREEN}[✓]${NC} $1"; }
@@ -96,7 +96,7 @@ if $CHECK; then
96
96
  echo " $iface : $addr"
97
97
  fi
98
98
  done
99
- local any_ip=$(get_ip)
99
+ any_ip=$(get_ip)
100
100
  if [ -z "$any_ip" ]; then
101
101
  echo " ❌ Tidak ada IP (nonaktif/data)"
102
102
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termux-connecting",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "CLI setup Termux + koneksi SSH dari PC/Mac dengan Telegram alert",
5
5
  "bin": {
6
6
  "termux-connecting": "bin/termux-connecting",