mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[Fix] Fix ynh_restore_upgradebackup
This commit is contained in:
parent
324ab9494b
commit
8a51b46d47
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ynh_backup_before_upgrade () {
|
|||
echo "This app doesn't have any backup script." >&2
|
||||
return
|
||||
fi
|
||||
local backup_number=1
|
||||
backup_number=1
|
||||
local old_backup_number=2
|
||||
local app_bck=${app//_/-} # Replace all '_' by '-'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue