Skip to content
Snippets Groups Projects
Commit 7693df4d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "horizon start scripts need update for cmd & args"

parents 3aede4ce c7cb78c1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
SOURCE="/etc/openstack-dashboard/local_settings"
TARGET="/etc/openstack-dashboard/local_settings"
OWNER="horizon"
if [[ -f "$SOURCE" ]]; then
......
......@@ -2,8 +2,8 @@
set -o errexit
CMD="/usr/sbin/httpd -DFOREGROUND"
ARGS=""
CMD="/usr/sbin/httpd"
ARGS="-DFOREGROUND"
# Loading common functions.
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