From 1a0f8514992b455be9c4bb2137a8d7dde4c8fac9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 15:41:32 +0100 Subject: phase worker order fix --- examples/deployconfig-dieter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf