From e0845d0b1aa1017b5bdc25fd028ca6f8f6922146 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Tue, 3 Apr 2018 22:16:30 +0200 Subject: mayordir symlink a /var/mayor-ra --- mayor-installer/install.d/10getsource.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mayor-installer') 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... " -- cgit v1.2.3