Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdugay committed Sep 14, 2021
1 parent 5e2ddb4 commit a61b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
if [[ $newpath ]];
then
echo Version de Plex supérieure à 1.24.2.4973 détectée
token=$(cat /volume1/PlexMediaServer/AppData/Plex\ Media\ Server/Preferences.xmlcle | grep -oP 'PlexOnlineToken="\K[^"]+')
token=$(cat /volume1/PlexMediaServer/AppData/Plex\ Media\ Server/Preferences.xml | grep -oP 'PlexOnlineToken="\K[^"]+')
else
echo Version de Plex inférieure à 1.24.2.4973 détectée
token=$(cat /volume1/@apphome/PlexMediaServer/Plex\ Media\ Server/Preferences.xml | grep -oP 'PlexOnlineToken="\K[^"]+')
Expand Down

0 comments on commit a61b9f0

Please sign in to comment.