package update
This commit is contained in:
parent
ac39124c34
commit
99e5499c24
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="use -F to update also source (10)"
|
ynh_script_progression --message="upgrade type is: $upgrade_type"
|
||||||
sleep 10
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
Loading…
Reference in a new issue