You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I thought what's happening is the ss-install wizard's sed commands were not properly delimiting the variables, because we previously weren't using curly brackets. The code is now much better optimized:
... the & symbol is being replaced with @SUDO_PASSWORD string...
I'm looking into what's causing this demonic behavior, in the meantime all feedback is welcome. Also, for the record, I haven't experienced any "stripping" of special characters like you mentioned originally.
I am not sure if this is a bug or what, but somehow, for a password, if I enter as:
djasd$*ghr
it will become
djasdghr
This is true for root/sudo password, but I cant remember if its happening with db password or not. it might be for all special characters?
The text was updated successfully, but these errors were encountered: