mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:50:40 +08:00
Fix typo in init.d script
This commit is contained in:
@ -96,7 +96,7 @@ case "$1" in
|
||||
if [ $return -eq 0 ]
|
||||
then
|
||||
sleep 1
|
||||
# check if pid file has been written two
|
||||
# check if pid file has been written to
|
||||
if ! [[ -s $PID_FILE ]]; then
|
||||
echo "FAILED"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user