[STY] Add "barry" (white) theme #1

Open
Boris wants to merge 139 commits from axiom-team/astrXbian:master into boris
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f49fbb1835 - Show all commits

View File

@ -20,7 +20,7 @@ source $HOME/.profile
#### CONTROL STATION IPFS DAEMON #### CONTROL STATION IPFS DAEMON
## timeout is fixing ipfs minimum response time, before considering stuck process ## timeout is fixing ipfs minimum response time, before considering stuck process
IPFSNODEID=$(cat ~/.ipfs/config | jq -r .Identity.PeerID) IPFSNODEID=$(ipfs id --timeout=1s | jq -r .ID)
howmany=$(cat /tmp/ipfs.timeout) howmany=$(cat /tmp/ipfs.timeout)
if [[ ! $IPFSNODEID ]]; then if [[ ! $IPFSNODEID ]]; then
## wait a howmany timeout before restarting ipfs ## wait a howmany timeout before restarting ipfs