diff options
author | xyz <gky44px1999@gmail.com> | 2022-11-12 00:46:35 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-11-12 00:46:35 -0800 |
commit | df08cbd1e570c06f26d2bd064d47babfc7e3f0c3 (patch) | |
tree | 4edc16c86b63a787bb62f3b7151d5a45bbfb26ea /home | |
parent | 6098702deb746cd6e1c185ff38f8a444edabff2c (diff) |
upd, monero-blockchain-export log file save in ~/.bitmonero
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 31c0fb1c..65a7231e 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -122,6 +122,8 @@ usb () { } xmr () { + # use cd to workaround monero-blockchain-export.log log file save in current dir? issue, haven't tested + cd "$HOME/.bitmonero" monero-blockchain-export --output-file /run/media/xyz/bd0/archive/monero/blockchain.raw # not sure if useful or not sync |