mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-15 09:42:58 -07:00
Added FAQ section to README
This commit is contained in:
parent
5ef0da8489
commit
8b556f20f0
1 changed files with 8 additions and 0 deletions
|
@ -72,3 +72,11 @@ echo -e > ~/.plexupdate 'EMAIL=<plex email account>\nPASS="<plex password>"'
|
||||||
nano -w ~/.plexupdate
|
nano -w ~/.plexupdate
|
||||||
sudo ./plexupdate.sh -a
|
sudo ./plexupdate.sh -a
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# FAQ
|
||||||
|
|
||||||
|
## My password is rejected even though correct
|
||||||
|
|
||||||
|
If you use certain characters, such as dollar sign, in your password, bash will interpret that as a reference to a variable. To resolve this, enclose your password with single quotes instead of the normal quotes.
|
||||||
|
|
||||||
|
Ie, `PASS="MyP4$$w0rD"` will not work, but changing to it to `PASS='MyP4$$w0rD'` will
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue