f56b4f4b41
Replace double-quote with single-quote for terminal commands. Although the strings in the examples work fine, users who with randomly generated passwords may have character strings that cause strange behaviors with double-quotes. Using single-quotes prevents this. Example of a command that causes odd behaviors with double-quotes: echo -n "RandPasswordr3!$#$3aR" | base64 This example has a series of special characters that some terminals try to interpret and replace with other text.