diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-27 23:02:42 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-27 23:02:42 +0000 |
commit | cd055d0580b5ef704a05815183a0444370d58aa0 (patch) | |
tree | 0c3715cae144124263e9a00b96e9323e43152a60 /restart_ui.sh | |
parent | b23c3b6659e7b1256928b3fc62f10ae0ba5c5e8f (diff) | |
download | git-scripts-cd055d0580b5ef704a05815183a0444370d58aa0.tar.gz git-scripts-cd055d0580b5ef704a05815183a0444370d58aa0.zip |
Updated local IP of klaus host
Diffstat (limited to 'restart_ui.sh')
-rwxr-xr-x | restart_ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restart_ui.sh b/restart_ui.sh index 806358d..ec11baf 100755 --- a/restart_ui.sh +++ b/restart_ui.sh @@ -1,4 +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" +ssh root@192.168.69.3 "cd /media/gitwww/git-scripts/klaus && docker-compose restart" |