Skip to content
Snippets Groups Projects
Commit c7cb78c1 authored by Swapnil Kulkarni's avatar Swapnil Kulkarni
Browse files

horizon start scripts need update for cmd & args

Change-Id: I3a750bdc496942c318111ca3c2384b624f977cef
Closes-Bug:#1472491
parent fcda6a06
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
SOURCE="/etc/openstack-dashboard/local_settings" SOURCE="/etc/openstack-dashboard/local_settings"
TARGET="/etc/openstack-dashboard/local_settings" TARGET="/etc/openstack-dashboard/local_settings"
OWNER="horizon" OWNER="horizon"
if [[ -f "$SOURCE" ]]; then if [[ -f "$SOURCE" ]]; then
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
set -o errexit set -o errexit
CMD="/usr/sbin/httpd -DFOREGROUND" CMD="/usr/sbin/httpd"
ARGS="" ARGS="-DFOREGROUND"
# Loading common functions. # Loading common functions.
source /opt/kolla/kolla-common.sh source /opt/kolla/kolla-common.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment