2
0
Fork 0

sh.zio.backup: fix incorrect export

main
Ducky 2023-08-21 21:08:55 +01:00
parent 439e69fb78
commit eb92d2a5b0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,6 @@ function invoke_script() {
export -f get_config_dir export -f get_config_dir
export -f get_real_path export -f get_real_path
export -f invoke_restic export -f invoke_restic
export -f now
export -f podman_exec export -f podman_exec
export -f prune_backup export -f prune_backup
export -f say export -f say
@ -100,6 +99,7 @@ function invoke_script() {
export cache_dir export cache_dir
export host export host
export me_filename export me_filename
export now
export restic_repo_file export restic_repo_file
export restic_repo_passwd_file export restic_repo_passwd_file
export restic_path export restic_path