Fix PID handling for Dockerized instance

This commit is contained in:
Marvin Martinson 2021-05-01 15:33:51 +03:00 committed by Lauri Võsandi
parent ebf3e0cf77
commit 3bf982e84b
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
rm -fv /run/certidude/*.pid
sleep 10
set -e
$@

View File

@ -1,4 +1,5 @@
#!/bin/sh
rm -fv /run/certidude/*.pid
sleep 10
set -e
$@