mirror of
https://github.com/YunoHost-Apps/tyto_ynh.git
synced 2024-09-04 01:25:56 +02:00
Fix
This commit is contained in:
parent
861ebddcf2
commit
6af84cefc6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue