webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize that to foo, since it's in the home directory by default.

This commit is contained in:
Joey Hess 2014-05-27 14:33:27 -04:00
parent dd5ac19b39
commit a41ddabd73
3 changed files with 19 additions and 7 deletions

View file

@ -33,3 +33,5 @@ ok external
# End of transcript or log.
"""]]
> [[fixed|done]] --[[Joey]]