summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 15:41:32 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 15:41:32 +0100
commit1a0f8514992b455be9c4bb2137a8d7dde4c8fac9 (patch)
tree852a878dfd73a6e1eea4c66595beb4f34b38aee1 /examples
parente8291396bf3879140fd7032414a5d417975152c9 (diff)
phase worker order fix
Diffstat (limited to 'examples')
-rw-r--r--examples/deployconfig-dieter2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/deployconfig-dieter b/examples/deployconfig-dieter
index 6c9a909..a3d9440 100644
--- a/examples/deployconfig-dieter
+++ b/examples/deployconfig-dieter
@@ -9,7 +9,7 @@ SVN_USERNAME=dieter
SVN_PASSWORD=
SVN_BASE=https://192.168.1.2/svn/repos
-phase_preparation+=(accept_ssl_cert)
+phase_preparation=("${phase_preparation[@]}" accept_ssl_cert) # make accept_ssl_cert the very first thing. it needs to go before fetch_configs and it's not easy to put it somewhere in the middle, so...
phase_system+=(configure_home)