Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Minor autoconfig output changes
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Jul 9, 2010
1 parent a44015b commit 06109dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoconfiguration/share/autoconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function get_STRING_ANSWER() {

CONTAINER_RUNNER=`whoami`

get_y_n "Is the current account ($CONTAINER_RUNNER) the one the container will run under?"
get_y_n "Is the current account ($CONTAINER_RUNNER) the one the service will run under?"
if [ $? -ne 0 ]; then
echo ""
echo "Sorry, please run the wizard with the account the container will run under on the machine the container will run on."
Expand Down Expand Up @@ -220,12 +220,12 @@ TEST_VMM="$STRING_ANSWER"
echo ""
echo "----------"

QUESTION="How much RAM (MB) should be allocated for a test VM on the '$TEST_VMM' VMM?"
QUESTION="How much RAM (MB) should be allocated for VMs on the '$TEST_VMM' VMM?"
get_STRING_ANSWER "$QUESTION"
TEST_VMM_RAM="$STRING_ANSWER"

echo ""
echo "Will allocate $TEST_VMM_RAM MB RAM for test VM on the '$TEST_VMM' VMM."
echo "Will allocate $TEST_VMM_RAM MB RAM for VMs on the '$TEST_VMM' VMM."

echo ""
echo "----------"
Expand Down

0 comments on commit 06109dc

Please sign in to comment.