summaryrefslogtreecommitdiff
path: root/bin/reevotech
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2023-04-21 12:06:28 -0300
committerYaco <franco@reevo.org>2023-04-21 12:06:28 -0300
commit44ba681f8edf65f6258b08561fe58d89bf198de4 (patch)
tree91506a6cde0d31745835f3edb1e1456b9405a3fe /bin/reevotech
parent9f782b35cc21f9301d2e44b0596d2b286238dd68 (diff)
Filtra archivos de configuracion temporales
Diffstat (limited to 'bin/reevotech')
-rwxr-xr-xbin/reevotech/PullPages.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reevotech/PullPages.sh b/bin/reevotech/PullPages.sh
index e479e39e..475b5485 100755
--- a/bin/reevotech/PullPages.sh
+++ b/bin/reevotech/PullPages.sh
@@ -10,7 +10,9 @@ fi
cd /srv/reevotech
DEPLOY=$1
-DEPLOYFILE=`ls ./etc | grep $DEPLOY`
+DEPLOYFILE=`ls ./etc | grep $DEPLOY | grep -v '.test' | grep -v '.old'`
+echo $DEPLOYFILE
+read
NS=$2
DOMAIN=`cat ./etc/$DEPLOYFILE | grep 'REEVO_URL =' | cut -d'"' -f 2`