fix: wrong signal
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
9690ec1b00
commit
57d151e9b2
@ -104,7 +104,7 @@ func command(c *fb.Context, w http.ResponseWriter, r *http.Request) (int, error)
|
|||||||
path = filepath.Clean(path)
|
path = filepath.Clean(path)
|
||||||
buff := new(bytes.Buffer)
|
buff := new(bytes.Buffer)
|
||||||
|
|
||||||
if len(commandShell) == 0 {
|
if len(commandShell) != 0 {
|
||||||
command = append(commandShell, command...)
|
command = append(commandShell, command...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user