Update flux

This commit is contained in:
William Todt 2016-03-01 19:22:16 +01:00
parent 87b6d3e4c7
commit 5e036cd92d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function conditional_clear() {
# Check Updates # Check Updates
function checkupdatess { function checkupdatess {
revision_online="$(timeout -s SIGTERM 20 curl -L "https://sites.google.com/site/deltaxflux/flux" 2>/dev/null| grep "^revision" | cut -d "=" -f2)" revision_online="$(timeout -s SIGTERM 20 curl -L "https://sites.google.com/site/deltaxflux/fluxion" 2>/dev/null| grep "^revision" | cut -d "=" -f2)"
if [ -z "$revision_online" ]; then if [ -z "$revision_online" ]; then
echo "?">$DUMP_PATH/Irev echo "?">$DUMP_PATH/Irev
else else