From c6c047288a6b910a28df917b5ba5b4fe26820343 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 2 Oct 2022 11:32:20 -0400 Subject: [PATCH] Update hacore2hacontainer-data.sh --- misc/hacore2hacontainer-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/hacore2hacontainer-data.sh b/misc/hacore2hacontainer-data.sh index 98fe7684..8edf5b74 100644 --- a/misc/hacore2hacontainer-data.sh +++ b/misc/hacore2hacontainer-data.sh @@ -106,7 +106,7 @@ RSYNC_OPTIONS=( --info=progress2 ) msg "<======== Docker Data ========>" -rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${DOCKER_PATH} ${CTID_TO_PATH}${DOCKER_PATH} +rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${CORE_PATH} ${CTID_TO_PATH}${DOCKER_PATH} echo -en "\e[1A\e[0K\e[1A\e[0K" info "Successfully Transferred Data."