mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update package_check.sh
This commit is contained in:
parent
f11a622ccc
commit
30e016423b
1 changed files with 2 additions and 2 deletions
|
@ -1200,7 +1200,7 @@ then
|
|||
count_test $backup_restore
|
||||
multi_instance=$(read_check_option multi_instance)
|
||||
count_test $multi_instance
|
||||
incorrect_path=$(read_check_option incorrect_path)
|
||||
incorrect_path=0
|
||||
count_test $incorrect_path
|
||||
port_already_use=$(read_check_option port_already_use)
|
||||
count_test $port_already_use
|
||||
|
@ -1286,7 +1286,7 @@ else
|
|||
setup_public=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
incorrect_path=0
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
all_test=$((all_test+9))
|
||||
|
|
Loading…
Add table
Reference in a new issue