aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/pre004749-1.sh
diff options
context:
space:
mode:
authorM.Gergo2021-05-17 17:50:05 +0200
committerM.Gergo2021-05-17 17:50:05 +0200
commitef8b3fd973fa34b303370d5acc21744e57bca507 (patch)
tree67a42f55b0f36f024c33d8892c1112e8c5746556 /mayor-orig/mayor-base/update/pre004749-1.sh
parentfb24a50c54d5776468e49def08aea44c4077eb47 (diff)
downloadmayor-ef8b3fd973fa34b303370d5acc21744e57bca507.tar.gz
mayor-ef8b3fd973fa34b303370d5acc21744e57bca507.zip
Rev: 4787rev4787
Diffstat (limited to 'mayor-orig/mayor-base/update/pre004749-1.sh')
-rw-r--r--mayor-orig/mayor-base/update/pre004749-1.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/mayor-orig/mayor-base/update/pre004749-1.sh b/mayor-orig/mayor-base/update/pre004749-1.sh
new file mode 100644
index 00000000..01c6438e
--- /dev/null
+++ b/mayor-orig/mayor-base/update/pre004749-1.sh
@@ -0,0 +1,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