Browse Source

added additional notes to README

jahway603
D 1 year ago
parent
commit
e007c4ba6e
  1. 6
      README.md
  2. 2
      explorer.dragonx.is/export_env.sh

6
README.md

@ -28,6 +28,12 @@ SIONA_CLI=~/git/hush3/src/hush-cli -ac_NAME=${SIONA_ACNAME}
*/5 * * * * ~/update.sh
```
# additional Notes
when running export_env.sh for manual testing, run the script as source. This assigns the env variables to the current shell.
```source ./export_env.sh ``` or ```. ./export_env.sh``` for shorthand
# Copyright
2016-2023 The Hush Developers

2
explorer.dragonx.is/export_env.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash
export SIONA_DOMAIN="siona-DragonX/explorer.dragonx.is"
export SIONA_DIR="/var/www/$DOMAIN"
export SIONA_DIR="/var/www/siona-DragonX/explorer.dragonx.is"
export SIONA_CLI="/home/admin/HUSH/hush3/src/hush-cli"
Loading…
Cancel
Save