From 8f8082cadef9f290eb3dc260b66f813f687860ff Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 29 Nov 2019 11:33:41 +0100 Subject: [PATCH] Added application to import script --- scripts/import-data-from-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/import-data-from-system.sh b/scripts/import-data-from-system.sh index 0e7d205..ab080c2 100644 --- a/scripts/import-data-from-system.sh +++ b/scripts/import-data-from-system.sh @@ -27,6 +27,7 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \ "$HOME/Documents/recovery_codes/" \ "$HOME/Documents/identity/" \ "$HOME/Documents/passwords/" \ + "$HOME/Documents/repositories/application" \ "$HOME/.local/share/rhythmbox/rhythmdb.xml" \ "$HOME/.config/keepassxc/keepassxc.ini"); for system_item_path in "${BACKUP_LIST[@]}";