From 3d2cf36a00927f691da50b88c39e2f83a2b7f0c4 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 10 Feb 2017 15:26:08 +0000 Subject: [PATCH] Correction of typo in chmod --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fbf9806..c0c341a 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 93e20c1..02e7a7b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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