aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/pre004749-1.sh
blob: 01c6438e6700fdbf4d1328c9ffd88a836106b951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

#if [ "$BASEDIR" == "" ]
#then
#    echo "Composer telepítés meghiúsult. (Üres BASEDIR változó)"
#else
#    echo 'Composer telepítés'
#    if [ -f "$BASEDIR/bin/composer.phar" ]; then
#	echo "Composer ok."
#    else
#	echo "Composer install..."
#	if [ -f "$BASEDIR/bin/install-composer.sh" ]; then
#	    cd $BASEDIR/bin/ && bash install-composer.sh
#	else
#	    echo "Composer install bash script: not exists... waiting for next MaYoR upgrade!"
#	fi
#    fi
#fi