Skip to content

Commit

Permalink
Validate after initial file is downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag committed Sep 21, 2020
1 parent b142fb0 commit 74fa9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shelldio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ for binary in grep curl info sleep clear killall; do
fi
done

# Έλεγχος εγκυρότητας λίστας σταθμών
validate_station_lists

while true; do
terms=0
trap ' [ $terms = 1 ] || { terms=1; kill -TERM -$$; }; exit' EXIT INT HUP TERM QUIT
Expand Down Expand Up @@ -270,6 +267,9 @@ while true; do
stations="$1"
fi

# Έλεγχος εγκυρότητας λίστας σταθμών
validate_station_lists

while true; do

welcome_screen
Expand Down

0 comments on commit 74fa9da

Please sign in to comment.