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:
parent
4c6c5dbe68
commit
3d2cf36a00
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue