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

Commit

Permalink
Fix for Bug 6996
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Apr 12, 2010
1 parent 6794454 commit 5652a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconfiguration/share/autoconfig.sh
Expand Up @@ -653,7 +653,7 @@ if [ "y" = "$RESPONSE" ]; then
echo ""
echo "What is the absolute path to the workspace-control temporary scratch directory on the VMM node?"
echo ""
echo "It's typically at 'BASEDIR/tmp' if workspace-control is at 'BASEDIR/bin/workspace-control'"
echo "It's typically at 'BASEDIR/var/workspace-control/tmp' if workspace-control is at 'BASEDIR/bin/workspace-control.sh'"

read response
if [ "X$response" != "X" ]; then
Expand Down

2 comments on commit 5652a18

@oldpatricka
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll probably want to also replace /opt/workspace with /opt/nimbus in this file (line 630ish)

@timf
Copy link
Contributor Author

@timf timf commented on 5652a18 Apr 12, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.