store successful update events to be displayed on status page

This commit is contained in:
Daniel Steglich 2015-03-04 09:18:53 +00:00
parent f1c1d812e9
commit 5c5134f233

View File

@ -247,6 +247,7 @@ doUpdate()
fi
$WGET ${wgetoptions} ${updateurl}
[ $? -eq 0 ] && ${0} success
fi
}