1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-10 07:21:05 +00:00

builder: Better keystore persistence

This commit is contained in:
2018-05-17 13:14:59 +00:00
parent 5272b3438a
commit ca0f919201
4 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo $AUTHORITY_PATH >> /etc/sysupgrade.conf
echo $CERTIFICATE_PATH >> /etc/sysupgrade.conf
echo $KEY_PATH >> /etc/sysupgrade.conf
echo $REQUEST_PATH >> /etc/sysupgrade.conf