update: fix file ending for backup archive

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3331c5ea2d
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-21 (Sat, 21 Nov 2020)

Origin message was:
------------------
- update: fix file ending for backup archive

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-11-21 12:04:53 +01:00
parent b481fc4fd1
commit ba21bb7996

View File

@@ -653,7 +653,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
ofgwrite will copy this tarball to new rootfs. ofgwrite will copy this tarball to new rootfs.
It's untared at first start of new image. 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(); hintBox.hide();
} }