aboutsummaryrefslogtreecommitdiffstats
path: root/restart_ui.sh
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-09-20 23:38:36 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-09-20 23:38:36 +0100
commit0622363f32676c19985396177c93dbc58785925f (patch)
tree86be4d15d2e8b60325829dfa39f1e840bdc94cfb /restart_ui.sh
parenta45c5119711a4140b9710ef96ddf0578d5cf9cd3 (diff)
downloadgit-scripts-0622363f32676c19985396177c93dbc58785925f.tar.gz
git-scripts-0622363f32676c19985396177c93dbc58785925f.zip
Renamed scripts, improved README.md
Diffstat (limited to 'restart_ui.sh')
-rwxr-xr-xrestart_ui.sh4
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"