diff options
Diffstat (limited to 'server/bin/oglivecli')
-rwxr-xr-x | server/bin/oglivecli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/oglivecli b/server/bin/oglivecli index 8ada7f08..83e0cf78 100755 --- a/server/bin/oglivecli +++ b/server/bin/oglivecli @@ -17,7 +17,7 @@ PROG=$(basename "$(realpath "$0")") OPENGNSYS=/opt/opengnsys DOWNLOADDIR=$OPENGNSYS/lib -DOWNLOADURL="http://opengnsys.es/downloads" +DOWNLOADURL="https://opengnsys.es/trac/downloads" TFTPDIR=$OPENGNSYS/tftpboot DEFOGLIVE="ogLive" INFOFILE=$OPENGNSYS/etc/ogliveinfo.json |