diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-19 19:08:29 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-09-19 19:08:29 +0100 |
commit | 135f7ec31ccc691b626d465a70fcac97baa895f7 (patch) | |
tree | b6783700415dda7c8f551e75b9e4a169365a4db0 /restart_ui | |
parent | cfa6e98a33e89291b19376e9e1ab25510afdfb7d (diff) | |
download | git-scripts-135f7ec31ccc691b626d465a70fcac97baa895f7.tar.gz git-scripts-135f7ec31ccc691b626d465a70fcac97baa895f7.zip |
Added automatically restarting the web ui when a new repo is created
Diffstat (limited to 'restart_ui')
-rwxr-xr-x | restart_ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/restart_ui b/restart_ui new file mode 100755 index 0000000..806358d --- /dev/null +++ b/restart_ui @@ -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" |