Skip to content

Commit 1d9aca5

Browse files
committed
Update the tar file name
1 parent 7cba8e9 commit 1d9aca5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ while getopts "d:" opt; do
99
esac
1010
done
1111

12-
pv plex.tar | tar xf - --strip-components=2 -C $opt_destination
12+
pv plex_linux.tar | tar xf - --strip-components=2 -C $opt_destination
1313

1414
end="$(date -u +%s)"
1515
tmin=$(( (end-start)/60 ))

meta_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
plexPrefBack = "Library/Application Support/Plex Media Server/Preferences.xml.back"
2727
backupFile = "database_path.txt"
2828

29-
metaTar = pathlib.Path("plex.tar")
29+
metaTar = pathlib.Path("plex_linux.tar")
3030
extMsg = "\nDo you want to extract the tar file? (Y/N): "
3131
pathMsg = "\nIs the path correct? (Y/N): "
3232
delMsg = "\nDo you want to delete the database backup? (Y/N):"

0 commit comments

Comments
 (0)