mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#105 added chmod for error.out
This commit is contained in:
parent
5473856d1d
commit
f1d2370864
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
_temp="./download/dialog.$$"
|
_temp="./download/dialog.$$"
|
||||||
_error="./.error.out"
|
_error="./.error.out"
|
||||||
|
sudo chmod 7777 ${_error}
|
||||||
|
|
||||||
# load network and chain info
|
# load network and chain info
|
||||||
network=`cat .network`
|
network=`cat .network`
|
||||||
|
|
Loading…
Add table
Reference in a new issue