Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Fix sed for ddns_package_url
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk committed Mar 3, 2017
1 parent 1bbee7f commit 01bffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/satellite6-automation.sh
Expand Up @@ -14,7 +14,7 @@ sed -i "s/^# \[capsule\].*/[capsule]/" robottelo.properties
sed -i "s/^# instance_name.*/instance_name=${SERVER_HOSTNAME%%.*}-capsule/" robottelo.properties
sed -i "s/^# domain.*/domain=${DDNS_DOMAIN}/" robottelo.properties
sed -i "s/^# hash.*/hash=${DDNS_HASH}/" robottelo.properties
sed -i "s/^# ddns_package_url=${DDNS_PACKAGE_URL}/" robottelo.properties
sed -i "s|^# ddns_package_url.*|ddns_package_url=${DDNS_PACKAGE_URL}|" robottelo.properties

# Robottelo logging configuration
sed -i "s/'\(robottelo\).log'/'\1-${ENDPOINT}.log'/" logging.conf
Expand Down

0 comments on commit 01bffc4

Please sign in to comment.