mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Merge pull request #76 from YunoHost/test_incorrect_path_is_obsolete
Test incorrect_path is obsolete and should be removed
This commit is contained in:
commit
7a415bce2b
1 changed files with 2 additions and 2 deletions
|
@ -1200,7 +1200,7 @@ then
|
||||||
count_test $backup_restore
|
count_test $backup_restore
|
||||||
multi_instance=$(read_check_option multi_instance)
|
multi_instance=$(read_check_option multi_instance)
|
||||||
count_test $multi_instance
|
count_test $multi_instance
|
||||||
incorrect_path=$(read_check_option incorrect_path)
|
incorrect_path=0
|
||||||
count_test $incorrect_path
|
count_test $incorrect_path
|
||||||
port_already_use=$(read_check_option port_already_use)
|
port_already_use=$(read_check_option port_already_use)
|
||||||
count_test $port_already_use
|
count_test $port_already_use
|
||||||
|
@ -1286,7 +1286,7 @@ else
|
||||||
setup_public=1
|
setup_public=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
incorrect_path=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
all_test=$((all_test+9))
|
all_test=$((all_test+9))
|
||||||
|
|
Loading…
Add table
Reference in a new issue