mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
fix: temporary disable backup_before_update
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user