From c4c9957cb503a82cdc89425f90c30889d9659239 Mon Sep 17 00:00:00 2001 From: Wouter R Date: Wed, 4 Dec 2013 15:44:47 +0100 Subject: [PATCH] Fix saving sketches over sysupgrade. Closes https://github.com/Doodle3D/doodle3d-client/issues/87. --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 2ece974..e4f07bb 100644 --- a/post-install.sh +++ b/post-install.sh @@ -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