We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cba8e9 commit 1d9aca5Copy full SHA for 1d9aca5
2 files changed
extract.sh
@@ -9,7 +9,7 @@ while getopts "d:" opt; do
9
esac
10
done
11
12
-pv plex.tar | tar xf - --strip-components=2 -C $opt_destination
+pv plex_linux.tar | tar xf - --strip-components=2 -C $opt_destination
13
14
end="$(date -u +%s)"
15
tmin=$(( (end-start)/60 ))
meta_update.py
@@ -26,7 +26,7 @@
26
plexPrefBack = "Library/Application Support/Plex Media Server/Preferences.xml.back"
27
backupFile = "database_path.txt"
28
29
-metaTar = pathlib.Path("plex.tar")
+metaTar = pathlib.Path("plex_linux.tar")
30
extMsg = "\nDo you want to extract the tar file? (Y/N): "
31
pathMsg = "\nIs the path correct? (Y/N): "
32
delMsg = "\nDo you want to delete the database backup? (Y/N):"
0 commit comments