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 # This script is run from ~/.config/autostart/Astroport_X_config.desktop
# #
######################################################################## ########################################################################
# Create # Create secret key files
# /tmp/secret.june # ~/.zen/secret.june
# /tmp/secret.dunikey # ~/.zen/secret.dunikey
# /tmp/secret.ipfs & /tmp/config.ipfs # ~/.zen/secret.ipfs & /tmp/config.ipfs
# #
[[ -f ~/.zen/config ]] && echo "CONFIG ALREADY DONE" && cat ~/.zen/config && exit 0 [[ -f ~/.zen/config ]] && echo "CONFIG ALREADY DONE" && cat ~/.zen/config && exit 0