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:
parent
776322cc77
commit
db302a02ea
1 changed files with 5 additions and 0 deletions
|
@ -296,6 +296,11 @@ fi
|
||||||
#Copy XMLElement.php
|
#Copy XMLElement.php
|
||||||
sudo ln -s /usr/share/awl/inc/XML* /var/www/$app/include/
|
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
|
# STORE THE CONFIG FILE CHECKSUM
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue