Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Run menu at startup; change menu wording
Browse files Browse the repository at this point in the history
  • Loading branch information
shinglyu committed Oct 22, 2015
1 parent f5b9058 commit be44177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ VM_SHELL="vagrant ssh -c"

$VM_SHELL "cat | bash /dev/stdin $THIS_REPO_URL" < ../scripts/provision.sh
# $VM_SHELL "bash ~/MozITP/scripts/startgui.sh"
# $VM_SHELL "cd ./MozITP/scripts/; ./menu.sh"
$VM_SHELL "cd ./MozITP/scripts/; ./menu.sh"
2 changes: 1 addition & 1 deletion scripts/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "What would you like to do?"
echo ""
echo " 1) Install Gaia Integration Test in JavaScript (GIJ)"
echo " 1) Install and run Gaia Integration Test in JavaScript (GIJ)"
echo " 0) Exit"
echo ""
echo -n "Please select [ENTER]:"
Expand Down

0 comments on commit be44177

Please sign in to comment.