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

Commit

Permalink
patrick points out another issue related to Bug 6996, cleaning it up
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Apr 12, 2010
1 parent 7339933 commit 5efcb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconfiguration/share/autoconfig.sh
Expand Up @@ -627,7 +627,7 @@ while [ $count -lt 6 ]; do
echo ""
echo "We are looking for the directory on the VMM to push customization files from the container node. This defaults to '$CONTROL_TMPDIR'"
echo ""
echo "Did you install workspace-control under some other base directory besides /opt/workspace? y/n: "
echo "Did you install workspace-control under some other base directory besides /opt/nimbus? y/n: "
read response
if [ "$response" = "y" ]; then
RESPONSE="y"
Expand Down

0 comments on commit 5efcb04

Please sign in to comment.