Fix Octavia-API extend_start.sh

The '~' in the end of script is failing octavia-api.

Change-Id: I53610f1c9e3d10bb6b532dd7d43139854c0861b7
This commit is contained in:
Anant V Patil 2019-03-06 19:07:20 +05:30
parent ac5103ee1a
commit 041fb7b877
1 changed files with 0 additions and 1 deletions

View File

@ -19,4 +19,3 @@ if [[ "$(whoami)" == 'root' ]]; then
rm -rf /var/run/httpd/* /run/httpd/* /tmp/httpd*
fi
fi
~