fix: temporary disable backup_before_update

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2023-03-18 18:15:11 +01:00
parent ae9e79c579
commit 858301aa9a

View File

@@ -25,10 +25,12 @@ function check_for_backup_dir() {
}
function backup_before_update() {
read_kiauh_ini "${FUNCNAME[0]}"
local state="${backup_before_update}"
[[ ${state} = "false" ]] && return
backup_"${1}"
echo ""
### todo backup functions need to be updated for new folder structure
# read_kiauh_ini "${FUNCNAME[0]}"
# local state="${backup_before_update}"
# [[ ${state} = "false" ]] && return
# backup_"${1}"
}
function backup_klipper_config_dir() {