removed script to test

This commit is contained in:
2023-08-24 17:58:31 -05:00
parent 727c549a04
commit 3ad0de9f81

View File

@@ -1,15 +0,0 @@
#!/bin/bash
ssh -i /.ssh/dockerserver -o StrictHostKeyChecking=no \
akanealw@192.168.1.30 \
"docker restart gluetun \
&& echo "gluetun restarting" \
&& sleep 45 \
&& docker restart jdownloader \
&& echo "jdownloader restarting" \
&& sleep 5 \
&& docker restart qbittorrent \
&& echo "qbittorrent restarting" \
&& sleep 5 \
&& docker restart sabnzbd \
&& echo "sabnzbd restarting""