Browse Source

#105 added chmod for error.out

#146
rootzoll 6 years ago
parent
commit
f1d2370864
  1. 1
      home.admin/BBcreateInvoice.sh

1
home.admin/BBcreateInvoice.sh

@ -1,6 +1,7 @@
#!/bin/bash
_temp="./download/dialog.$$"
_error="./.error.out"
sudo chmod 7777 ${_error}
# load network and chain info
network=`cat .network`

Loading…
Cancel
Save