summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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)