From b2090b0c5846cdfbb4216a5d3abb13127d670b27 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 30 Dec 2008 19:59:42 +0100 Subject: array insert FAIL --- examples/deployconfig-dieter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.3-54-g00ecf