summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-24 17:20:06 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-24 17:20:06 -0300
commit1793a5c44159d46e11f3d4d25f4dbfb588ef4f22 (patch)
treec2982f5b8a8b74987f982c4763144a0dce5575ed
parentbde25aae1549606958b397a010fcc8843d8f70c0 (diff)
Removed -it from ip check docker exec
-rwxr-xr-xyams2
1 files changed, 1 insertions, 1 deletions
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