mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Fix upgrade
This commit is contained in:
parent
1e870f2965
commit
d8a422bbeb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ynh_systemd_action --service_name=$app --action=stop
|
|||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_print_info --message="Upgrading source files..." --time --weight=1
|
||||
ynh_print_info --message="Upgrading source files..."
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path/$app" $architecture
|
||||
|
|
Loading…
Add table
Reference in a new issue