diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-27 00:39:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-27 00:39:48 +0300 |
commit | b80fc258aad94774f5cf8bf813826b39fcb0bbe8 (patch) | |
tree | 626b66c467024fc5fd1888263728e19ca6335d19 /core/ca-certificates/files | |
parent | 3875c381018951eacf7c994261f8ef93fcc838b4 (diff) | |
download | repository-b80fc258aad94774f5cf8bf813826b39fcb0bbe8.tar.gz |
ca-certificates: rename to CPT_ROOT
Diffstat (limited to 'core/ca-certificates/files')
-rwxr-xr-x | core/ca-certificates/files/cert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ca-certificates/files/cert.sh b/core/ca-certificates/files/cert.sh index 5ce4532f..8ab33928 100755 --- a/core/ca-certificates/files/cert.sh +++ b/core/ca-certificates/files/cert.sh @@ -2,7 +2,7 @@ # # update-certdata -DEST="$KISS_ROOT/etc/certificates" +DEST="$CPT_ROOT/etc/certificates" [ -d "$DEST" ] || mkdir -p "$DEST" |