Update flux
This commit is contained in:
parent
87b6d3e4c7
commit
5e036cd92d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue