Skip to content
Commit 1d2ce0e4 authored by Seblu's avatar Seblu
Browse files

checkservice: Fix unable to find pid file

When unit_path is sent to sed to workaround some chars in path,
the escaped characters was decoded by printf and characters
like \x2d were substitued by -, leading to an invalid path.

Error was:
```
$ checkservice
Error:: Unable to find pid file for openvpn-client@vpn.seblu.net.service.
```
parent 454e9245
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment