This commit is contained in:
deathbybandaid 2023-03-14 11:12:14 -04:00
parent 895affb84d
commit bf932a649a

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
read_Pref_XML() {
# ChuckPa already wrote a great function for getting host info # ChuckPa already wrote a great function for getting host info
source ./HostConfig.sh source ./HostConfig.sh
@ -16,6 +17,10 @@ else
echo "Plex Preferences.xml not found" echo "Plex Preferences.xml not found"
exit exit
fi fi
}
read_Pref_XML
exit exit