diff options
Diffstat (limited to 'home')
| -rwxr-xr-x | home/xyz/.local/bin/upd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index c545ec98..e98ddbdb 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -101,7 +101,7 @@ usb () {  xmr () {  	# use cd to workaround monero-blockchain-export.log log file save in current dir? issue, haven't tested -	cd "$HOME/.bitmonero" +	cd "$HOME/.bitmonero" || exit  	monero-blockchain-export --output-file /run/media/xyz/bd0/archive/monero/blockchain.raw  	# not sure if useful or not  	sync | 
