Browse Source

fix while loop

master
Christian Rotzoll 6 years ago
parent
commit
1949c8085c
  1. 2
      home.admin/70initLND.sh

2
home.admin/70initLND.sh

@ -244,7 +244,7 @@ wordone,wordtweo,wordthree, ...
# get the channel.backup file
gotFile=0
while [ ${gotFile} -eq 0];
while [ ${gotFile} -eq 0 ]
do
echo "Please upload file. Press Enter or CTRL-X to cancel:"
read key

Loading…
Cancel
Save