1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
* Fix upgrade issue (#63)
This commit is contained in:
Éric Gaspar 2021-03-01 16:20:58 +01:00 committed by GitHub
parent d0b7de496c
commit 4746906a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"en": "Open source photo gallery for the web", "en": "Open source photo gallery for the web",
"fr": "Galerie de photos open source pour le web" "fr": "Galerie de photos open source pour le web"
}, },
"version": "11.3.0~ynh1", "version": "11.3.0~ynh2",
"url": "http://piwigo.org", "url": "http://piwigo.org",
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {

View file

@ -192,10 +192,7 @@ chmod 755 -R $final_path/_data
ynh_script_progression --message="Upgrading Piwigo with cURL..." --weight=6 ynh_script_progression --message="Upgrading Piwigo with cURL..." --weight=6
# Set the app as temporarily public for cURL call # Set the app as temporarily public for cURL call
ynh_permission_has_user --permission="main" --user="visitors" if ! ynh_permission_has_user --permission="main" --user="visitors"
contains_visitors=$?
if [ $contains_visitors -eq 1 ]
then then
ynh_permission_update --permission="main" --add="visitors" ynh_permission_update --permission="main" --add="visitors"
fi fi