From 9a0f47cab48836a17de1fc38a38e49d458086cb4 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Tue, 21 Aug 2018 14:31:17 +0800 Subject: [PATCH] change: fixed process type. --- pl-sample-bt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl-sample-bt b/pl-sample-bt index 36c644a..c3c9909 100755 --- a/pl-sample-bt +++ b/pl-sample-bt @@ -59,7 +59,7 @@ if ($^O ne 'linux') { my $exec_file = "/proc/$pid/exe"; if (!-f $exec_file) { - die "Nginx process $pid is not running or ", + die "Perl process $pid is not running or ", "you do not have enough permissions.\n"; }