gnss-config: fixed typo in /run/gnss/gnss0.config

corrected Satelite to Satellite

BugzID: 62086

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
This commit is contained in:
Tobias Jäggi 2020-03-17 13:46:51 +01:00
parent 3addd366af
commit ca0c6bd6df
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ write_config_out(){
echo "Model: $mod" >> $CONFIG_OUT_FILE
echo "Firmware: $fwVer" >> $CONFIG_OUT_FILE
echo "ubx-Protocol: $protVer" >> $CONFIG_OUT_FILE
echo "Supported Satelite Systems: $gnss_tech" >> $CONFIG_OUT_FILE
echo "Supported Satellite Systems: $gnss_tech" >> $CONFIG_OUT_FILE
echo "Supported Augmentation Services: $augment_service" >> $CONFIG_OUT_FILE
}