test
This commit is contained in:
parent
895affb84d
commit
bf932a649a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user