Remove extra parens
This commit is contained in:
@@ -5,7 +5,6 @@ if test -e "$HOME"/.config/ublue/firstboot-done; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
(
|
||||
echo "# Waiting for Internet connection"
|
||||
until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done
|
||||
echo "00"
|
||||
@@ -150,4 +149,4 @@ touch "$HOME"/.config/ublue/firstboot-done
|
||||
if [ "$?" != 0 ] ; then
|
||||
zenity --error \
|
||||
--text="Firstboot Configuration Error"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user