diff options
author | ramon <ramongomez@us.es> | 2017-07-19 08:14:46 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-07-19 08:14:46 +0000 |
commit | b2d7943261a0fd6e040354c8a62408f2741ce880 (patch) | |
tree | fedf5f52134b3ce3704811169558b0bb43aa5a88 | |
parent | a0081b7706ba163446a95979a3f54df4e407508f (diff) |
Usar nueva URL de descarga en script {{{oglivecli}}} (modificar #801).
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5411 a21b9725-9963-47de-94b9-378ad31fedc9
-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 |