mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Merge branch 'testing' of github.com:yunohost/package_check into testing
This commit is contained in:
commit
ec782e9417
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue