mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Force the upgrade
This commit is contained in:
parent
6f89e9f6a6
commit
2ee8d7941f
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ TEST_UPGRADE () {
|
|||
log_small_title "Upgrade..."
|
||||
|
||||
# Upgrade the application in a LXC container
|
||||
_RUN_YUNOHOST_CMD "app upgrade $app_id -f /app_folder" \
|
||||
_RUN_YUNOHOST_CMD "app upgrade $app_id --file /app_folder --force" \
|
||||
&& _VALIDATE_THAT_APP_CAN_BE_ACCESSED "$SUBDOMAIN" "$check_path" "upgrade"
|
||||
|
||||
return $?
|
||||
|
|
Loading…
Add table
Reference in a new issue