diff options
author | M.Gergo | 2019-03-08 20:50:48 +0100 |
---|---|---|
committer | M.Gergo | 2019-03-08 20:50:48 +0100 |
commit | 3dab26c6797b32926287f22a041380080551060b (patch) | |
tree | bb4ba41398083a054e956e25f2d8c72bcdd0a7a0 /mayor-installer-mod/setup | |
parent | f70027ffbedce10f412868a7bf9b0b67b113f1b1 (diff) | |
download | mayor-3dab26c6797b32926287f22a041380080551060b.tar.gz mayor-3dab26c6797b32926287f22a041380080551060b.zip |
pici rendrakás
Diffstat (limited to 'mayor-installer-mod/setup')
-rwxr-xr-x | mayor-installer-mod/setup | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mayor-installer-mod/setup b/mayor-installer-mod/setup deleted file mode 100755 index 3c13a155..00000000 --- a/mayor-installer-mod/setup +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -clear -echo "-------------------------------------------" -echo " MaYoR Setup " -echo "-------------------------------------------" - -MAYORDIR="/var/mayor" -TMPDIR="/tmp" -MYSQLROOTPW="" -VERSION="current" -export MAYORDIR -export TMPDIR -export MYSQLROOTPW -export VERSION - -echo -e "A MaYoR keretrendszer és elektronikus napló telepítője a továbbiakban -több lépésben, az egyes lépésekre jóváhagyást kérve fogja végrehajtani a -telepítés és konfigurálás lépéseit. - -A telepítő egy tipikus telepítés esetén alkalmazható, speciális igények esetén -célszerűbb az egyes lépéseket a telepítési útmutató alapján manuálisan végezni.\n" - -read -n 1 -p "Folytatja? (i/N)" -s DO -if [ "$DO" != "i" ]; then echo " ok, kiléptem..."; exit 1; fi -echo -e "\n" - -for f in install.d/* -do - echo -e "\n----------------------------------------------\n$f\n----------------------------------------------\n" - ./$f $@ - if [ "$?" == 255 ]; then echo "Fatális hiba! A telepítő kilép."; exit 255; fi; -done - -echo -e "MaYoR (c) setup\n" |