Skip to content

Commit

Permalink
fix squid launch
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Aug 4, 2021
1 parent 04762f2 commit b48495d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/launch_squid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ while true; do

string=`/etc/init.d/frontier-squid status`

if [[ $string != *"Frontier Squid running"* ]]; then
if [[ $string != *"Frontier Squid running\n"* ]]; then
echo "not running"
break
fi

done

echo "Exiting."
echo "Exiting."

0 comments on commit b48495d

Please sign in to comment.