CC-5708: proftpd hook for new File API

uncomment curl command
This commit is contained in:
drigato 2014-03-27 11:11:10 -04:00
parent 700b28ae38
commit eb72f25151

View file

@ -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"