From a2d15c5e2b8afda0da44959f52937a6a0c48e933 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 21 Dec 2008 17:02:42 +0100 Subject: bugfix mkay --- src/core/procedures/automatic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/procedures') diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic index 4369a5a..3c93167 100644 --- a/src/core/procedures/automatic +++ b/src/core/procedures/automatic @@ -71,14 +71,14 @@ worker_runtime_network () # Check if we have all needed settings loaded from the profile worker_runtime_settings () { - if check_is_in "$var_RUNTIME_PACKAGES" svn + if check_is_in $var_RUNTIME_PACKAGES svn then [ -z "$SVN_USERNAME" ] && ask_string "Please enter your svn username" && SVN_USERNAME=$ANSWER_STRING [ -z "$SVN_PASSWORD" ] && ask_password svn #TODO: if user entered incorrect password, the install process will just fail.. [ -z "$SVN_BASE" ] && ask_string "What's the base path of your svn repo? (no ending /) " && SVN_BASE=$ANSWER_STRING [ -z "$DEPLOY_CLASS" ] && ask_string "Which hostclass are you installing? (optional)" '' 0 && DEPLOY_CLASS=$ANSWER_STRING SVN="svn --username $SVN_USERNAME --password $SVN_PASSWORD" - elif check_is_in "$var_RUNTIME_PACKAGES" moo + elif check_is_in $var_RUNTIME_PACKAGES moo then # Maybe more stuff later true -- cgit v1.2.3-54-g00ecf