Use single quotes to allow all characters in password
Several characters e.g. $ are not correctly escaped using double quotes.
This commit is contained in:
parent
da10330885
commit
927e777e04
@ -9,7 +9,7 @@ IPV6="NO"
|
|||||||
|
|
||||||
# Login credentials for the inwx admin interface
|
# Login credentials for the inwx admin interface
|
||||||
INWX_USER="USERNAME"
|
INWX_USER="USERNAME"
|
||||||
INWX_PASS="PASSWORD"
|
INWX_PASS='PASSWORD'
|
||||||
|
|
||||||
# The hostname that you want to update and it's ID from the inwx interface
|
# The hostname that you want to update and it's ID from the inwx interface
|
||||||
# You get the ID when you edit the given nameserver entry and hover the save button.
|
# You get the ID when you edit the given nameserver entry and hover the save button.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user