diff options
-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 |