fix: wrong signal

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2018-08-06 08:15:05 +01:00 committed by 1138-4EB
parent 9690ec1b00
commit 57d151e9b2

View File

@ -104,7 +104,7 @@ func command(c *fb.Context, w http.ResponseWriter, r *http.Request) (int, error)
path = filepath.Clean(path)
buff := new(bytes.Buffer)
if len(commandShell) == 0 {
if len(commandShell) != 0 {
command = append(commandShell, command...)
}