mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
possible break
This commit is contained in:
@@ -17,6 +17,8 @@ while [ ${#result} -eq 0 ]
|
|||||||
dialog --backtitle "RaspiBlitz - Setup (${network}/${chain})" --inputbox "$l1$l2" 11 52 2>$_temp
|
dialog --backtitle "RaspiBlitz - Setup (${network}/${chain})" --inputbox "$l1$l2" 11 52 2>$_temp
|
||||||
result=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' )
|
result=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' )
|
||||||
shred $_temp
|
shred $_temp
|
||||||
|
echo "processing ..."
|
||||||
|
sleep 3
|
||||||
done
|
done
|
||||||
|
|
||||||
# set lightning alias
|
# set lightning alias
|
||||||
|
|||||||
Reference in New Issue
Block a user