mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix no_url install
This commit is contained in:
parent
de56cf144d
commit
372c0a14c0
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ is_install_failed () {
|
|||
fi
|
||||
|
||||
# If the test for install on root isn't desactivated
|
||||
if [ $setup_root -ne 0 ]
|
||||
if [ $setup_root -ne 0 ] || [ $setup_nourl -eq 1 ]
|
||||
then
|
||||
# If a test succeed or if force_install_ok is set
|
||||
if [ $RESULT_check_root -eq 1 ] || [ $force_install_ok -eq 1 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue