Changing TMP folder for qashqao v3
shadowofthedusk opened this issue · 1 comments
shadowofthedusk commented
Hi,
I founded that qashqao v3 uses a diffrent folder for TMP (/var/www/default-site), so when digging a little bit on the code, Skeleton uses /var/www/html instead of using TMP which should correspond to the folder used in qashqao v3
Do you think you'll change the lines 411 and 545 or you want me to make a PR ?
KURO-CODE commented
Solved
94 TMP=cat /etc/apache2/sites-available/000-default.conf | grep DocumentRoot | awk '{print $2}'
411 chmod 777 $TMP
545 chmod 700 $TMP