From 1793a5c44159d46e11f3d4d25f4dbfb588ef4f22 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 24 Jan 2023 17:20:06 -0300 Subject: Removed -it from ip check docker exec --- yams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yams b/yams index 0440590..5f1403b 100755 --- a/yams +++ b/yams @@ -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 -- cgit v1.2.3