From ae4682816c0230c50df482520d68dcdf5cdc7da3 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 29 Aug 2019 18:29:41 -0300 Subject: corrige ruta absoluta --- bin/bkp/bkp_wiki.sh | 2 ++ bin/sync/database_auth.sh | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100755 bin/sync/database_auth.sh (limited to 'bin') diff --git a/bin/bkp/bkp_wiki.sh b/bin/bkp/bkp_wiki.sh index 369b1ce2..c9aef4a4 100755 --- a/bin/bkp/bkp_wiki.sh +++ b/bin/bkp/bkp_wiki.sh @@ -6,6 +6,8 @@ # EN: This file is part of: reevo-web (http://git.reevo.org/reevo/reevo-web) # ---- +cd /srv/reevo-2020/bin/bkp/ + RUTA=`cat ../../etc/global_config.php | grep '^$REEVO_PATH' | cut -d '"' -f 2` DOMINIO=`cat $RUTA/etc/global_config.php | grep '^$REEVO_URL' | cut -d '"' -f 2` USER=`cat $RUTA/etc/global_config.php | grep '^$REEVO_DB_USER' | cut -d '"' -f 2` diff --git a/bin/sync/database_auth.sh b/bin/sync/database_auth.sh deleted file mode 100755 index 3317b4a1..00000000 --- a/bin/sync/database_auth.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# ES: Reemplaza con las credenciales de acceso a Mysql y renombra este archivo como "database_auth.sh" -# EN: Replace with Mysql DB access information and rename this file as "database_auth.sh" - -USER="reevo_web" -PASS="yaco22" -DOMAIN="reevo.wiki" -VERSION="ALFA" -- cgit v1.2.1