1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Création du dossier cache

This commit is contained in:
Maniack Crudelis 2014-08-21 23:38:23 +02:00
parent 54d02ce68e
commit abf69917f4

View file

@ -71,6 +71,7 @@ curl -k --cookie-jar cookies.txt "https://$domain$path/install.php?installButton
sudo sed -i "s@define('LANGUAGE','.*');@define('LANGUAGE','$language');@" $final_path/constant.php
# Files owned by root, www-data can just read
sudo mkdir $final_path/cache
sudo find $final_path -type f | xargs sudo chmod 644
sudo find $final_path -type d | xargs sudo chmod 755
sudo chown -R root: $final_path