Fix Octavia-API extend_start.sh

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

Change-Id: I53610f1c9e3d10bb6b532dd7d43139854c0861b7
(cherry picked from commit 041fb7b877)
This commit is contained in:
Anant V Patil 2019-03-06 19:07:20 +05:30 committed by Brent Eagles
parent 2aa83e6be7
commit f70dc1f6ed
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
~