this ignores whitespace

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-08 11:52:40 +03:00
parent a715783fbf
commit f026de8bb1
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -647,7 +647,7 @@ fi
# Let's see if there's a PID
if [[ -f "$service_pidfile" ]]; then
service_pid = "$(<$service_pidfile)"
read -r service_pid < "$service_pidfile"
# Let's see if it's running
if nullexec kill -0 "$service_pid"; then