From eba894d69936b30b602b7eb9019abba58e67000b Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 21 Jan 2022 15:37:58 -0500 Subject: [PATCH] Update z2m-copy-data.sh --- misc/z2m-copy-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/z2m-copy-data.sh b/misc/z2m-copy-data.sh index f2c67523..f6c44ab8 100644 --- a/misc/z2m-copy-data.sh +++ b/misc/z2m-copy-data.sh @@ -102,5 +102,5 @@ rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${DATA_PATH} ${CTID_TO_PATH}${DATA_PA echo -en "\e[1A\e[0K\e[1A\e[0K" info "Successfully Transferred Data." - -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/z2m-copy-data.sh)" \ No newline at end of file +# run from the Proxmox Shell +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/z2m-copy-data.sh)"