Added missing quotes

pull/1645/head
root 2015-02-19 19:21:10 +01:00
parent 353d448f21
commit 736704501c
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@ name=influxdb
# Daemon name, where is the actual executable
daemon=/usr/bin/$name
if [ -z $pidfile ]; then
if [ -z "$pidfile" ]; then
# pid file for the daemon
pidfile=/opt/$name/shared/influxdb.pid
fi
if [ -z $config ]; then
if [ -z "$config" ]; then
# Configuration file
config=/opt/$name/shared/config.toml
fi