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
{{ message }}
This repository was archived by the owner on Jul 15, 2019. It is now read-only.
I then modified the script to echo the $host and saw that when obtaining which host to ssh into, the script does not do an exact matching to user's input.
Solution:
The solution is simple, replace ^${cs} with ^${cs} . Not the whitespace at the end.
The above image is the error I got.
I then modified the script to
echothe$hostand saw that when obtaining which host tosshinto, the script does not do an exact matching to user's input.Solution:
The solution is simple, replace
^${cs}with^${cs}. Not the whitespace at the end.