Closed jimbo8098 closed 4 years ago
Turns out you need to have sed in quote marks, not apostrophe,otherwise it causes some weird characters due to the way that stuff is escaped in sed. Last commit has been toggled between takeover and non-takeover twice to make sure and seems fine now.
Thanks for the PR. The 'single-quote' characters will prevent the shell from expanding the ${HOME}
variable but "double-quote" will not.
Previously it was only possible to disable takeover, not to enable it since
sed
would only ever set the flag to false.