mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Missing interrupt
This commit is contained in:
parent
eee83b8500
commit
1a5c8319ff
1 changed files with 3 additions and 0 deletions
|
@ -528,6 +528,9 @@ CHECK_SETUP () {
|
||||||
RESULT_check_root=$check_result_setup
|
RESULT_check_root=$check_result_setup
|
||||||
RESULT_check_remove_root=$check_result_remove
|
RESULT_check_remove_root=$check_result_remove
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make a break if auto_remove is set
|
||||||
|
break_before_continue
|
||||||
}
|
}
|
||||||
|
|
||||||
CHECK_UPGRADE () {
|
CHECK_UPGRADE () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue