From d486d6a45e8c7ab63e5979e4068e9c2299dd06b8 Mon Sep 17 00:00:00 2001 From: John D Date: Sun, 31 May 2020 08:05:12 -0700 Subject: [PATCH] Update udm.sh --- on-boot-script/examples/unifi-os-files/udm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/on-boot-script/examples/unifi-os-files/udm.sh b/on-boot-script/examples/unifi-os-files/udm.sh index a59b76e..9cd8f95 100644 --- a/on-boot-script/examples/unifi-os-files/udm.sh +++ b/on-boot-script/examples/unifi-os-files/udm.sh @@ -1,2 +1,2 @@ #!/bin/sh -ssh root@ubnt '/mnt/data/on_boot.sh' +ssh root@127.0.1.1 '/mnt/data/on_boot.sh'