@@ -279,7 +279,7 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
ctr=$((ctr + 1))
done < "$PEERS_FILE"
-if [ ${ctr} -lt "2" ]; then
+if [ ${ctr} -lt "1" ]; then
echo 'No peers were found'
exit 0
fi