mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix upgrade from the same version
This commit is contained in:
parent
5cd3eb39ea
commit
7ec20b911a
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ CHECK_UPGRADE () {
|
|||
ECHO_FORMAT "\nUpgrade...\n" "white" "bold" clog
|
||||
|
||||
# Upgrade the application in a LXC container
|
||||
LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id --file \"$package_dir\"" --force
|
||||
LXC_START "sudo PACKAGE_CHECK_EXEC=1 yunohost --debug app upgrade $ynh_app_id --file \"$package_dir\" --force"
|
||||
|
||||
# yunohost_result gets the return code of the upgrade
|
||||
yunohost_result=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue