Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FEED_HOME instead of fixed path #91

Conversation

sulemandiwan
Copy link
Member

No description provided.

@sulemandiwan sulemandiwan deleted the pfdr-257-remove-fixed-l-local-references-from-validation-scripts branch October 28, 2019 20:01
FEED_HOME=/usr/local/feed
fi

export HTFEED_CONFIG=$FEED_HOME/config_audio.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing /etc segment.

export HTFEED_CONFIG=/l/local/feed/etc/config_audio.yaml
# Give FEED_HOME env var a default value if unset.
#
if [ ! "$FEED_HOME" ] then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntax error -- needs ; before then. Also prefer -z to ! for absent value checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants