diff options
Diffstat (limited to 'api/api-prepare.sh')
-rwxr-xr-x | api/api-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api-prepare.sh b/api/api-prepare.sh index 712ad8361..075d7875c 100755 --- a/api/api-prepare.sh +++ b/api/api-prepare.sh @@ -9,7 +9,7 @@ if [[ ! -e "${output_config}" ]];then install -d /etc/yardstick -m 0755 -o root - cat << EOF >> "${output_config}" + cat << EOF > "${output_config}" [DEFAULT] debug = True dispatcher = influxdb |