diff options
Diffstat (limited to 'myrpki/run-daemons.sh')
-rw-r--r-- | myrpki/run-daemons.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/myrpki/run-daemons.sh b/myrpki/run-daemons.sh index 325742b4..c24af775 100644 --- a/myrpki/run-daemons.sh +++ b/myrpki/run-daemons.sh @@ -3,6 +3,8 @@ set -x +cd `dirname $0` + if test -z "$STY" then |