diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-20 23:38:36 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-20 23:38:36 +0100 |
commit | 0622363f32676c19985396177c93dbc58785925f (patch) | |
tree | 86be4d15d2e8b60325829dfa39f1e840bdc94cfb /restart_ui.sh | |
parent | a45c5119711a4140b9710ef96ddf0578d5cf9cd3 (diff) | |
download | git-scripts-0622363f32676c19985396177c93dbc58785925f.tar.gz git-scripts-0622363f32676c19985396177c93dbc58785925f.zip |
Renamed scripts, improved README.md
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" |