1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix install

This commit is contained in:
Yalh 2019-01-26 04:13:09 +01:00
parent 776322cc77
commit db302a02ea

View file

@ -296,6 +296,11 @@ fi
#Copy XMLElement.php
sudo ln -s /usr/share/awl/inc/XML* /var/www/$app/include/
# Create log directory
sudo mkdir -p $final_logpath
sudo chmod 750 $final_logpath
sudo chown www-data:www-data $final_logpath
#=================================================
# STORE THE CONFIG FILE CHECKSUM
#=================================================