Skip to content

Commit

Permalink
ref_state: fixes lime default usage
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Aug 9, 2024
1 parent cf4c38e commit 660b0ce
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
uci set lime-autogen.system.keep_on_upgrade="$(uci get lime-autogen.system.keep_on_upgrade) shared-state-ref-state"
uci commit lime-autogen
exit 0
#safe upgrade looks for lime-autogen, wich is generated from defaults
uci set lime-defaults.system.keep_on_upgrade="$(uci get lime-defaults.system.keep_on_upgrade) shared-state-ref-state"
uci commit lime-defaults
touch /tmp/done
exit 0

0 comments on commit 660b0ce

Please sign in to comment.