depreacte qbittorent https script

This commit is contained in:
2025-05-17 13:22:26 +02:00
parent 3c6fdfdc96
commit a038ed17c4
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!/bin/bash
cd "$(dirname "$0")"
echo "Containers: "
sudo docker ps --format '{{.Names}}'
echo ""
echo -n "Container name: "
read cont
sudo docker exec -ti $cont mkdir /https/
sudo docker cp "./files/https.sh" $cont:/https/
sudo docker exec -ti $cont /bin/bash /https/https.sh
sudo docker restart $cont