diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-13 19:40:09 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:21:57 +0200 |
commit | e9c95064992bffb331be71a89152bb3f4de763f5 (patch) | |
tree | bfb6c575f4aeb7ef8beb28bb36f2baef93bac4b8 /branding/scripts | |
parent | 93a0668a02b3a280919c4881db9085d5f2a912af (diff) |
[pkg] remove unused templates & scripts
Diffstat (limited to 'branding/scripts')
-rwxr-xr-x | branding/scripts/init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/branding/scripts/init b/branding/scripts/init index aa22326..ecc4025 100755 --- a/branding/scripts/init +++ b/branding/scripts/init @@ -80,8 +80,6 @@ def initVendorConfig(): f.write(getConf()) caDir = os.path.join(VENDOR_PATH, PROVIDER) - print("CADIR??", caDir) - os.makedirs(caDir, exist_ok=True) with open(os.path.join(caDir, CA_README), "w") as f: f.write(getCAInfo()) |