Update automatic recovery to system script

Add --reset to make sure file system is clean
This commit is contained in:
Matt Lawrence 2019-01-08 16:41:36 -05:00 committed by Matt
parent c078ca1bd6
commit 902b3eade9

View File

@ -49,7 +49,7 @@ makeSystem() {
ls -lh /log/updates/ ls -lh /log/updates/
sed -i '1s/.*/golden/' /VERSION sed -i '1s/.*/golden/' /VERSION
echo "Applying Update" echo "Applying Update"
sololink_config --update-apply sololink sololink_config --update-apply sololink --reset
} }
if ! isGolden; then if ! isGolden; then