Added missing value for parameter (#830)

The value of the "-c" parameter was missing, so the check for an active internet connection as well as the whole script failed.
This commit is contained in:
PCFreak2000 2020-10-24 17:43:19 +02:00 committed by GitHub
parent 06bec85238
commit f08e37bdad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# Syncs repositories and downloads updates, meant to be run as a cronjob.
ping -q -c example.org > /dev/null || exit
ping -q -c 1 example.org > /dev/null || exit
notify-send "📦 Repository Sync" "Checking for package updates..."