Added missing quotes
parent
353d448f21
commit
736704501c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue