Update pms-copy-data.sh

This commit is contained in:
tteckster 2022-01-24 17:16:48 -05:00 committed by GitHub
parent b868852fcd
commit 542ba61d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Use to copy all data from one Plex Media Server LXC to another
# run from the Proxmox Shell
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/pms-copy-data.sh)"
while true; do
read -p "Use to copy all data from one Plex Media Server LXC to another. Proceed(y/n)?" yn
case $yn in