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

View File

@@ -2,7 +2,7 @@
# Syncs repositories and downloads updates, meant to be run as a cronjob. # 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..." notify-send "📦 Repository Sync" "Checking for package updates..."