mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- update: fix file ending for backup archive
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user