mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
init script: fix warning when daemon installed first time
This commit is contained in:
parent
db117fe7e8
commit
cac04c89b2
@ -72,7 +72,7 @@ specific_log_file_for_each_process()
|
||||
|
||||
find_pid_files()
|
||||
{
|
||||
find $PIDDIR -regex "$PIDFILE_RE"
|
||||
[[ -e $PIDDIR ]] && find $PIDDIR -regex "$PIDFILE_RE"
|
||||
}
|
||||
|
||||
is_running()
|
||||
|
Loading…
Reference in New Issue
Block a user