Merge branch 'testing' of github.com:yunohost/package_check into testing

This commit is contained in:
Maniack Crudelis 2019-06-20 12:36:08 +02:00
commit ec782e9417

View file

@ -522,6 +522,7 @@ is_install_failed () {
# Check if an install have previously work
# If the test for install in sub dir isn't desactivated
sub_dir_install=0
if [ $setup_sub_dir -ne 0 ]
then
# If a test succeed or if force_install_ok is set
@ -537,6 +538,7 @@ is_install_failed () {
# If the test for install on root isn't desactivated
root_install=0
if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ]
then
# If a test succeed or if force_install_ok is set