mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Fix saving sketches over sysupgrade. Closes https://github.com/Doodle3D/doodle3d-client/issues/87.
This commit is contained in:
parent
ce043de28e
commit
c4c9957cb5
@ -68,7 +68,7 @@ EOM
|
||||
fi
|
||||
|
||||
#preserve saved sketches during firmware update
|
||||
echo "/root/sketches" >> /etc/sysupgrade.conf
|
||||
echo "/root/sketches" >> $IPKG_INSTROOT/etc/sysupgrade.conf
|
||||
|
||||
### Finally make sure basic configuration is set correctly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user