#!/bin/bash ssh unraid "docker restart \$(docker ps -q)" echo "Alle Container neugestartet." echo read -n 1 -s -r -p "Taste drücken zum Schließen..."