diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-24 17:20:06 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-24 17:20:06 -0300 |
commit | 1793a5c44159d46e11f3d4d25f4dbfb588ef4f22 (patch) | |
tree | c2982f5b8a8b74987f982c4763144a0dce5575ed /yams | |
parent | bde25aae1549606958b397a010fcc8843d8f70c0 (diff) |
Removed -it from ip check docker exec
Diffstat (limited to 'yams')
-rwxr-xr-x | yams | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ fi if [ $option == "check-vpn" ]; then echo "Getting your qBittorrent IP..." - qbittorrent_ip=$($dc exec -it qbittorrent sh -c "curl -s ifconfig.me"); + qbittorrent_ip=$($dc exec qbittorrent sh -c "curl -s ifconfig.me"); echo "$qbittorrent_ip" echo "Your country in qBittorrent is $($dc exec -it qbittorrent sh -c 'curl -s https://am.i.mullvad.net/country')" echo |