From e6988247360fa98b85915a38803d018dd353df00 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 16 Dec 2018 16:35:17 +0100 Subject: Rev: 4412 --- mayor-orig/bin/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mayor-orig/bin/update.sh') diff --git a/mayor-orig/bin/update.sh b/mayor-orig/bin/update.sh index 0be82608..39338119 100644 --- a/mayor-orig/bin/update.sh +++ b/mayor-orig/bin/update.sh @@ -137,12 +137,12 @@ if [ "$EXECONLY" != "1" ]; then if [ "$HTTP_SERVER" == '' ]; then if [ -f $SVN ]; then # frissítés SVN-ből - $SVN --force export https://svn.mayor.hu/svn/trunk/mayor-base/bin "$BASEDIR/bin" > /dev/null + $SVN --force export svn+ssh://svn.mayor.hu/var/svn/trunk/mayor-base/bin "$BASEDIR/bin" > /dev/null for MODULE in $MODULES; do echo -n " $MODULE... " chmod +x $BASEDIR/bin/mayor if [ $? != 0 ]; then exit 2; fi - UJ_REV=`$SVN --force export https://svn.mayor.hu/svn/trunk/$MODULE/update "$BASEDIR/update" | grep revision | cut -d ' ' -f 3 | uniq | sed -e 's/\.//g'` + UJ_REV=`$SVN --force export svn+ssh://svn.mayor.hu/var/svn/trunk/$MODULE/update "$BASEDIR/update" | grep revision | cut -d ' ' -f 3 | uniq | sed -e 's/\.//g'` if [ $? != 0 ]; then exit 3; fi echo "kész." done -- cgit v1.2.3