gluon-packages/gluon/gluon-location/files/lib/gluon/upgrade/location/initial/010-location

13 lines
162 B
Bash
Executable File

#!/bin/sh
CFG="@system[0]"
uci -q batch <<EOF
set system.${CFG}.share_location=0
set system.${CFG}.latitude=0
set system.${CFG}.longitude=0
commit system
EOF