pentoo-updater: more informative skip sync message

This commit is contained in:
blshkv 2019-05-15 21:10:29 +08:00
parent f15e41be1d
commit 1bc5159599
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -192,7 +192,7 @@ do_sync() {
minutesDiff=$(( `date '+%Y%m%d%H%M' -u` - $portage_date ))
if [ $minutesDiff -lt 60 ]
then
echo "The last sync was lesser then 1 hour ago, skipping"
echo "The last sync was $minutesDiff min go (<1 hour), skipping"
return
fi