Update podman-copy-data-docker.sh

This commit is contained in:
tteckster 2022-03-31 12:42:22 -04:00 committed by GitHub
parent 930aeb648c
commit 57767c1aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ CTID_TO_PATH=$(pct mount $CTID_TO | sed -n "s/.*'\(.*\)'/\1/p") || \
[ -d "${CTID_TO_PATH}${DOCKER_PATH}" ] || \ [ -d "${CTID_TO_PATH}${DOCKER_PATH}" ] || \
die "Home Assistant directories in '$CTID_TO' not found." die "Home Assistant directories in '$CTID_TO' not found."
#rm -rf ${CTID_TO_PATH}${DOCKER_PATH} rm -rf ${CTID_TO_PATH}${DOCKER_PATH}
#mkdir ${CTID_TO_PATH}${DOCKER_PATH} mkdir ${CTID_TO_PATH}${DOCKER_PATH}
msg "Copying Data Between Containers..." msg "Copying Data Between Containers..."
RSYNC_OPTIONS=( RSYNC_OPTIONS=(