aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmayor-installer-fcgi/fcgi_install.d/10getsource.sh3
-rwxr-xr-xmayor-installer-fcgi/install.d/10getsource.sh3
-rwxr-xr-xmayor-installer/install.d/10getsource.sh3
3 files changed, 9 insertions, 0 deletions
diff --git a/mayor-installer-fcgi/fcgi_install.d/10getsource.sh b/mayor-installer-fcgi/fcgi_install.d/10getsource.sh
index 0ae2f669..4aeab546 100755
--- a/mayor-installer-fcgi/fcgi_install.d/10getsource.sh
+++ b/mayor-installer-fcgi/fcgi_install.d/10getsource.sh
@@ -66,6 +66,9 @@ echo -n -e "\nRendszer könyvtár: "
if [ ! -e $MAYORDIR ]; then
mkdir -p $MAYORDIR
fi
+if [ ! -e "/var/mayor" ]; then
+ ln -s $MAYORDIR /var/mayor
+fi
echo $MAYORDIR
echo -e -n "Források kicsomagolása... "
diff --git a/mayor-installer-fcgi/install.d/10getsource.sh b/mayor-installer-fcgi/install.d/10getsource.sh
index 0ae2f669..4aeab546 100755
--- a/mayor-installer-fcgi/install.d/10getsource.sh
+++ b/mayor-installer-fcgi/install.d/10getsource.sh
@@ -66,6 +66,9 @@ echo -n -e "\nRendszer könyvtár: "
if [ ! -e $MAYORDIR ]; then
mkdir -p $MAYORDIR
fi
+if [ ! -e "/var/mayor" ]; then
+ ln -s $MAYORDIR /var/mayor
+fi
echo $MAYORDIR
echo -e -n "Források kicsomagolása... "
diff --git a/mayor-installer/install.d/10getsource.sh b/mayor-installer/install.d/10getsource.sh
index 0ae2f669..19c186dc 100755
--- a/mayor-installer/install.d/10getsource.sh
+++ b/mayor-installer/install.d/10getsource.sh
@@ -66,6 +66,9 @@ echo -n -e "\nRendszer könyvtár: "
if [ ! -e $MAYORDIR ]; then
mkdir -p $MAYORDIR
fi
+if [ ! -e "/var/mayor" ]; then
+ ln -s $MAYORDIR /var/mayor
+fi
echo $MAYORDIR
echo -e -n "Források kicsomagolása... "