Skip to content
Snippets Groups Projects
Commit d9199472 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

place a forgotten ;

parent 11eeec0f
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ if [ ! -f $TIME_STAMP ] || [ $(( `date +%s` - `cat $TIME_STAMP` )) -gt $(( $INTE ...@@ -61,7 +61,7 @@ if [ ! -f $TIME_STAMP ] || [ $(( `date +%s` - `cat $TIME_STAMP` )) -gt $(( $INTE
STATIC_LOCATION=`uci get gluon-node-info.@location[0].static_location` STATIC_LOCATION=`uci get gluon-node-info.@location[0].static_location`
if [ $STATIC_LOCATION -eq 0 ]; then if [ $STATIC_LOCATION -eq 0 ]; then
SHARE_LOCATION=`uci get gluon-node-info.@location[0].share_location` SHARE_LOCATION=`uci get gluon-node-info.@location[0].share_location`
if [ $SHARE_LOCATION -eq 0 ] then if [ $SHARE_LOCATION -eq 0 ]; then
$(uci set gluon-node-info.@location[0].share_location=1) $(uci set gluon-node-info.@location[0].share_location=1)
fi fi
$(uci set gluon-node-info.@location[0].latitude=$LAT) $(uci set gluon-node-info.@location[0].latitude=$LAT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment