Fix manifest

This commit is contained in:
Josué Tille 2018-02-11 01:28:15 +01:00
parent 494ca2e218
commit dc8ac662f3
2 changed files with 3 additions and 2 deletions

View file

@ -76,7 +76,7 @@
"en": "Is it a public site ? If you want to use a desktop client or the smartphone app, make Seafile public.", "en": "Is it a public site ? If you want to use a desktop client or the smartphone app, make Seafile public.",
"fr": "Est-ce un site public ? Pour utiliser un client sur PC ou l'application mobile, Seafile doit être public" "fr": "Est-ce un site public ? Pour utiliser un client sur PC ou l'application mobile, Seafile doit être public"
}, },
"default": "1" "default": true
} }
] ]
} }

View file

@ -3,7 +3,8 @@
#================================================= #=================================================
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
seafile_version=$(ynh_app_upstream_version) [[ -e "../settings/manifest.json" ]] || [[ -e "../manifest.json" ]] && \
seafile_version=$(ynh_app_upstream_version)
#================================================= #=================================================
# DEFINE ALL COMMON FONCTIONS # DEFINE ALL COMMON FONCTIONS