Skip to content

Commit

Permalink
Merge pull request #771 from resin-os/quiet-resin-vars
Browse files Browse the repository at this point in the history
resin-vars: Remove warning print for unset variables
  • Loading branch information
agherzan authored Jul 28, 2017
2 parents 957cf18 + f3af0ee commit fceb394
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ if [ -f $CONFIG_PATH ]; then
NTP_SERVERS=\(.ntpServers // "")
DNS_SERVERS=\(.dnsServers // "")
"' $CONFIG_PATH)"
if [ -z "$API_ENDPOINT" -o -z "$LISTEN_PORT" -o -z "$MIXPANEL_TOKEN" -o -z "$PUBNUB_PUBLISH_KEY" -o -z "$PUBNUB_SUBSCRIBE_KEY" -o -z "$REGISTRY_ENDPOINT" -o -z "$VPN_ENDPOINT" ]; then
echo "[WARNING] $0 : Couldn't read some variables from $CONFIG_PATH"
fi
if [ -z "$PERSISTENT_LOGGING" ]; then
PERSISTENT_LOGGING=false
fi
Expand Down

0 comments on commit fceb394

Please sign in to comment.