diff options
-rwxr-xr-x | mayor-installer-fcgi/fcgi_install.d/10getsource.sh | 3 | ||||
-rwxr-xr-x | mayor-installer-fcgi/install.d/10getsource.sh | 3 | ||||
-rwxr-xr-x | mayor-installer/install.d/10getsource.sh | 3 |
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... " |