Files
Hyprland-Config/scripts/homelab/docker-restart.sh

8 lines
154 B
Bash
Executable File

#!/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..."