diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 22:25:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 22:25:20 +0300 |
commit | 48aaf35e254974960a0f7f6fe11c51e4e1e542d9 (patch) | |
tree | 99e359f05cf2b33b4b8954db3a1433313fc6ea37 /core/libressl/post-install | |
parent | c2d2b9da854af58e740e8f8cac8a9e3f8b0c6568 (diff) | |
download | repository-48aaf35e254974960a0f7f6fe11c51e4e1e542d9.tar.gz |
libressl: add KISS_ROOT env
Diffstat (limited to 'core/libressl/post-install')
-rwxr-xr-x | core/libressl/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libressl/post-install b/core/libressl/post-install index c12dca76..8f76be97 100755 --- a/core/libressl/post-install +++ b/core/libressl/post-install @@ -1,3 +1,3 @@ #!/bin/sh -/etc/ssl/update-certdata.sh +"$KISS_ROOT/etc/ssl/update-certdata.sh" |