diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ export ROOT=$HOME export WORKDIR="$ROOT/.arching-kaos" export CONFIGDIR="$WORKDIR/config" export BINDIR="$WORKDIR/bin" +export ZBLOCKDIR="$WORKDIR/zblocks" +export BLOCKDIR="$WORKDIR/blocks" +export DATADIR="$WORKDIR/data" export ARCHIVESDIR="$WORKDIR/archives" export GENESIS="$CONFIGDIR/genesis" export GENESISASC="$CONFIGDIR/genesis.asc" |