aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/pre004749-1.sh
diff options
context:
space:
mode:
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