summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-30 19:59:42 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-30 19:59:42 +0100
commitb2090b0c5846cdfbb4216a5d3abb13127d670b27 (patch)
tree47d125163759caf87190714900ca2f178d167696 /examples
parent28d7ec8fdeee527d04601b15fc290556575a6849 (diff)
array insert FAIL
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 5a86c65..396de45 100644
--- a/examples/deployconfig-dieter
+++ b/examples/deployconfig-dieter
@@ -15,7 +15,7 @@ SVN_USERNAME=dieter
SVN_PASSWORD=
SVN_BASE=https://192.168.1.2/svn/repos
-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_preparation=(accept_ssl_cert "${phase_preparation[@]}") # 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)