Update pms-copy-data.sh

This commit is contained in:
tteckster 2022-01-24 15:52:01 -05:00 committed by GitHub
parent 9329cd920b
commit 62097ae7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [ $(pct status $CTID_TO | sed 's/.* //') == 'running' ]; then
pct stop $CTID_TO
fi
msg "Mounting Container Disks..."
DATA_PATH="/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/"
DATA_PATH='/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/'
CTID_FROM_PATH=$(pct mount $CTID_FROM | sed -n "s/.*'\(.*\)'/\1/p") || \
die "There was a problem mounting the root disk of LXC '${CTID_FROM}'."
[ -d "${CTID_FROM_PATH}${DATA_PATH}" ] || \