fwupdate: remove unused backup_conf function

This commit is contained in:
Calin Crisan 2019-02-05 11:30:29 +02:00
parent bc25a9bba6
commit c8d2f1e4b4

View File

@ -530,11 +530,6 @@ function new_version() {
cat ${VER_FILE}
}
function backup_conf() {
echo "backing up /data/etc..."
tar -acf /boot/backup-etc-${OS_VERSION}.tar.gz -C /data etc
}
function show_status() {
status=$(flash_boot_status)
if [[ "${status}" == "running" ]]; then