Browse Source

docs: autoupdater: fix example build script

Matthias Schiffer 9 years ago
parent
commit
a4a5b9a38b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/features/autoupdater.rst

+ 3 - 1
docs/features/autoupdater.rst

@@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands:
     make -j5 GLUON_BRANCH=experimental
     make manifest GLUON_BRANCH=experimental
     contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
+
+    rm -rf /where/to/put/this/experimental
     cp -r images /where/to/put/this/experimental
-    ln -s experimental.manifest /where/to/put/this/experimental/manifest
+    ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest
 
 
 Infrastructure