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

Correction of typo in chmod

This commit is contained in:
polytan02 2017-02-10 15:26:08 +00:00
parent 4c6c5dbe68
commit 3d2cf36a00
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ sed -i "s@LOGTOCHANGE@$final_logpath@g" ../conf/logrotate
# This contains the sync status in between device and z-push
sed -i "s@STATEDIRTOCHANGE@$statedir@g" ../conf/config.php
sudo mkdir -p $statedir
sudo chown -R www:data-www-data $statedir
sudo chown -R www-data:www-data $statedir
# Enable caldav carddav support
if sudo yunohost app list --installed -f baikal | grep -q id ; then

View file

@ -84,7 +84,7 @@ sed -i "s@LOGTOCHANGE@$final_logpath@g" ../conf/logrotate
# This contains the sync status in between device and z-push
sed -i "s@STATEDIRTOCHANGE@$statedir@g" ../conf/config.php
sudo mkdir -p $statedir
sudo chown -R www:data-www-data $statedir
sudo chown -R www-data:www-data $statedir
# Note : there is a "fixstates actions done after the sources have been installed and configured
# Enable caldav carddav support