summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-10-18 15:18:04 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-10-18 15:18:04 +0200
commit55bb7db5470dbec14d65207384553116c9fc1ce6 (patch)
treef0b682a5024ea0a3743401ccdf708d47b1b0a710 /doc
parent290337abb8d6624896681be073a957f1a962b6b7 (diff)
downloaddeployment-55bb7db5470dbec14d65207384553116c9fc1ce6.tar.gz
deployment-55bb7db5470dbec14d65207384553116c9fc1ce6.tar.bz2
deployment-55bb7db5470dbec14d65207384553116c9fc1ce6.zip
dot-files prevention
Diffstat (limited to 'doc')
-rw-r--r--doc/onboarding.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 3f88eac..ce9c502 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -466,8 +466,8 @@ In this case, @cite{demo-green} is the active deployment, and @cite{demo-blue} s
After the update is over, the @cite{/home/demo/sockets} symlink will be pointed to @cite{demo-blue}.
@example
-# Remove all existing files
-$ find $HOME -exec rm -fr @{@} \;
+# Remove all existing files; this won't delete dot-files.
+$ rm -fr *
$ git clone /var/git/deployment.git
# Pick color depending on which one is inactive and being rebuilt.