Skip to content

Commit

Permalink
Fixing #246
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Oct 15, 2019
1 parent b666ff7 commit 72d859f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Linux/fai-config/files/home/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ text_loop() {

while true; do
if [[ -z "$foundModem" ]]; then
if ! sess_get modem; then
if ! sess_get simok; then
sleep 10
continue
fi
Expand Down Expand Up @@ -347,6 +347,7 @@ EPERL
if ping -c 1 -i 0.3 $SERVER; then
_info "$SERVER found"
get_number
pycall db.sess_set simok,1
else
_warn "$SERVER unresolvable!"

Expand Down

0 comments on commit 72d859f

Please sign in to comment.