Remove extra parens

This commit is contained in:
Jorge O. Castro
2022-12-08 17:44:50 -05:00
parent 56ada5754f
commit e9c69aeea2

View File

@@ -5,7 +5,6 @@ if test -e "$HOME"/.config/ublue/firstboot-done; then
exit 0 exit 0
fi fi
(
echo "# Waiting for Internet connection" echo "# Waiting for Internet connection"
until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done
echo "00" echo "00"