mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
fwupdate: remove unused backup_conf function
This commit is contained in:
parent
bc25a9bba6
commit
c8d2f1e4b4
@ -530,11 +530,6 @@ function new_version() {
|
|||||||
cat ${VER_FILE}
|
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() {
|
function show_status() {
|
||||||
status=$(flash_boot_status)
|
status=$(flash_boot_status)
|
||||||
if [[ "${status}" == "running" ]]; then
|
if [[ "${status}" == "running" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user