fix LOG in filter.sh
This commit is contained in:
parent
29ba4fd0d6
commit
cf7c4102af
3
src/bash/filter.sh
Normal file → Executable file
3
src/bash/filter.sh
Normal file → Executable file
@ -122,8 +122,7 @@ curlJirafeauSend () {
|
||||
|
||||
type=$3
|
||||
[ -z "${type}" ] && type="text/plain"
|
||||
LOG_FIC " - curl -X POST -F \"time=$1\" -F \"key=$5\" -F \"file=@$2;type=${type};filename=$4\" \"${JIRAFEAU_LOCAL}/a.php\""
|
||||
LOG "curl -X POST -F \"time=$1\" -F \"key=$5\" -F \"file=@$2;type=${type};filename=\\\"$4\\\"\" \"${JIRAFEAU_LOCAL}/a.php\""
|
||||
LOG_FIC " - curl -X POST -F \"time=$1\" -F \"key=$5\" -F \"file=@$2;type=${type};filename=\\\"$4\\\" \"${JIRAFEAU_LOCAL}/a.php\""
|
||||
curl -X POST -F "time=$1" -F "key=$5" -F "file=@$2;type=${type};filename=\"$4\"" "${JIRAFEAU_LOCAL}/a.php"
|
||||
}
|
||||
|
||||
|
0
src/bash/filterTest.sh
Normal file → Executable file
0
src/bash/filterTest.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user