diff options
-rw-r--r-- | src/core/procedures/automatic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic index a776004..e2e4b00 100644 --- a/src/core/procedures/automatic +++ b/src/core/procedures/automatic @@ -74,6 +74,7 @@ worker_runtime_settings () [ -n "$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 moo "$var_RUNTIME_PACKAGES" + then # Maybe more stuff later true fi |