diff --git a/conf/app.src b/conf/app.src index 86f4100..6e42650 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/jh3y/tyto/archive/ba42f1fd77c8ba047943f3b343b67942faa4d01e.zip -SOURCE_SUM=5e0efcb614184b3b21e1002688eaeefcf2af95f821861bdc5c16e0c95ae8b457 +SOURCE_URL=https://github.com/jh3y/tyto/archive/057781327fcfbfed3cf43da0993c5f4a5816a078.zip +SOURCE_SUM=cae63ac06dfe555e022fc231549eab0d7cd9d5e8a3235adeff4d5e5a793f134b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/scripts/install b/scripts/install index 1bd0ff5..6096664 100755 --- a/scripts/install +++ b/scripts/install @@ -63,8 +63,8 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" chmod 750 "$final_path" -#chmod -R o-rwx "$final_path" -chown -R $app: "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" #================================================= # NGINX CONFIGURATION