Create secret key files

This commit is contained in:
qo-op 2020-12-04 04:09:01 +01:00
parent c43852458b
commit 39a053d136
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@
# This script is run from ~/.config/autostart/Astroport_X_config.desktop
#
########################################################################
# Create
# /tmp/secret.june
# /tmp/secret.dunikey
# /tmp/secret.ipfs & /tmp/config.ipfs
# Create secret key files
# ~/.zen/secret.june
# ~/.zen/secret.dunikey
# ~/.zen/secret.ipfs & /tmp/config.ipfs
#
[[ -f ~/.zen/config ]] && echo "CONFIG ALREADY DONE" && cat ~/.zen/config && exit 0