From cd055d0580b5ef704a05815183a0444370d58aa0 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 27 Oct 2023 23:02:42 +0000 Subject: Updated local IP of klaus host --- restart_ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'restart_ui.sh') 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" -- cgit v1.2.3