diff options
Diffstat (limited to 'restart_ui.sh')
-rwxr-xr-x | restart_ui.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/restart_ui.sh b/restart_ui.sh new file mode 100755 index 0000000..806358d --- /dev/null +++ b/restart_ui.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "Restarting web UI docker container..." +ssh root@192.168.1.5 "cd /media/gitwww/git-scripts/klaus && docker-compose restart" |