From f9676e1dbaccbef546ac736ced75b4f56f0e3e2e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sat, 21 Nov 2020 12:04:53 +0100 Subject: [PATCH] - update: fix file ending for backup archive Signed-off-by: Thilo Graf --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 03bbf98a7..64b4c76ae 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -654,7 +654,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey) ofgwrite will copy this tarball to new rootfs. It's untared at first start of new image. */ - my_system(3, TARGET_PREFIX "/bin/backup.sh", "/tmp", "backup_flash.tar.gz"); + my_system(3, TARGET_PREFIX "/bin/backup.sh", "/tmp", "backup_flash"); // file ending is set by backup script; hintBox.hide(); }