CC-5708: proftpd hook for new File API
uncomment curl command
This commit is contained in:
parent
700b28ae38
commit
eb72f25151
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ instance_conf_path=$base_instance_path$instance_path$airtime_conf_path
|
|||
|
||||
api_key=$(sudo awk -F "=" '/api_key/ {print $2}' $instance_conf_path)
|
||||
|
||||
#curl $url -u $api_key":" -X POST -F "file=@$file_path" -F "name=$filename"
|
||||
curl $url -u $api_key":" -X POST -F "file=@$file_path" -F "name=$filename"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue