summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_import.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-11-25 11:22:48 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-11-25 11:22:48 +0100
commit08b7e126c277d3eb054e84476fa9e2d3e75bb27d (patch)
tree83ade6d8d0bd298ef665733670bbe2ba57710bc7 /installer/opengnsys_import.sh
parent560358b544ca716b2ce3c6e2c3602d16264d2644 (diff)
#914: Adapting all scripts to use the `master` branch.
Diffstat (limited to 'installer/opengnsys_import.sh')
-rwxr-xr-xinstaller/opengnsys_import.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh
index 30df2f37..e2f13d50 100755
--- a/installer/opengnsys_import.sh
+++ b/installer/opengnsys_import.sh
@@ -35,8 +35,8 @@ MYSQLFILE="$TMPDIR/$CATALOG.sql"
MYSQLBCK="$OPENGNSYS/doc/$CATALOG.sql-$DATE"
LOG_FILE=$OPENGNSYS/log/${PROG%.sh}.log
-BRANCH="branches/devel"
-SVN_URL="https://github.com/opengnsys/OpenGnsys/$BRANCH/admin/Database"
+BRANCH="master"
+SVN_URL="https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/admin/Database"
DEFAULT_MYSQL_ROOT_PASSWORD="passwordroot" # Clave por defecto root de MySQL
# Si se solicita, mostrar ayuda.