waveterm/wavesrv
Sylvie Crowe d1319c0a2c
Fix Commands that Require Quoted Paths (#198)
* fix commands that require quoted paths

Several commands did not wrap the path in quotes which caused problems
when attempting to store the waveterm installation in a place that had a
space in the path. This corrects this in the particular case where the
username does not have spaces but the path to the executable does.

Note: the case of a user name having spaces has not been tested but
likely does not work.

* fix logging problem for wavesrv

A previous fix replaced the getWaveSrvCmd with getWaveSrvPath. This
needs to be getWaveSrvCmd to enable logging.

* fix variable name
2023-12-30 22:52:30 -08:00
..
cmd Escape error output in main-server to quiet security alert (#185) 2023-12-22 17:55:20 -08:00
db ssh config import (#156) 2023-12-28 11:09:41 -08:00
pkg Fix Commands that Require Quoted Paths (#198) 2023-12-30 22:52:30 -08:00
go.mod ssh config import (#156) 2023-12-28 11:09:41 -08:00
go.sum upgrade go crypto library 2023-12-18 20:45:00 -08:00