소스 검색

ffho-geo-location-whitespace-fix: commit changes

this is not needed for current gluon/master, but we are developing for v2016.1.x
Karsten Böddeker 8 년 전
부모
커밋
3b91595efb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ffho/ffho-geo-location-whitespace-fix/files/lib/gluon/upgrade/900-geo-location-whitespace-fix

+ 1 - 0
ffho/ffho-geo-location-whitespace-fix/files/lib/gluon/upgrade/900-geo-location-whitespace-fix

@@ -17,4 +17,5 @@ if sname then
     uci:set('gluon-node-info', sname, 'altitude', altitude:trim())
   end
   uci:save('gluon-node-info')
+  uci:commit('gluon-node-info')
 end