mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Add some debug because something funky seems to be happening with the value of check_path ...
This commit is contained in:
parent
b8606ecc5e
commit
3e1708969e
1 changed files with 3 additions and 0 deletions
|
@ -472,13 +472,16 @@ TEST_UPGRADE () {
|
|||
_PREINSTALL
|
||||
|
||||
# Install the application
|
||||
log_debug "before _INSTALL_APP path=$check_path"
|
||||
_INSTALL_APP "path=$check_path"
|
||||
log_debug "after _INSTALL_APP path=$check_path"
|
||||
|
||||
local ret=$?
|
||||
|
||||
# Test if the app can be accessed (though we don't want to report an
|
||||
# error if it's not, in that context) ... but the point
|
||||
# is to display the curl page
|
||||
log_debug "before _VALIDATE_THAT_APP_CAN_BE_ACCESSED $SUBDOMAIN $check_path upgrade"
|
||||
_VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "upgrade"
|
||||
|
||||
# Then replace the backup
|
||||
|
|
Loading…
Add table
Reference in a new issue