1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00

Merge branch 'testing' into patch

This commit is contained in:
Éric Gaspar 2021-06-02 22:38:52 +02:00 committed by GitHub
commit 47ea9a3c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,4 @@
## Package_check results
---
*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results*
[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/wemawema_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/wemawema_ynh%20PR-NUM-%20(USERNAME)/)
* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"*

View file

@ -76,6 +76,7 @@ ynh_add_nginx_config
#=================================================
# Set permissions to app files
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================

View file

@ -52,6 +52,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$final_path"
# Restore permissions on app files
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================

View file

@ -91,6 +91,7 @@ ynh_add_nginx_config
#=================================================
# Set right permissions for curl installation
chmod 750 $final_path
chown -R www-data: $final_path
#=================================================