Skip to content
Snippets Groups Projects
Commit b0851e9b authored by Dixon Fred's avatar Dixon Fred
Browse files

minor updates to build.sh script for BigBlueButton.apps

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1538 af16638f-c34d-0410-8cfa-b39d5352b314
parent 782cc2d3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ while [ $# -gt 0 ]; do # Until you run out of parameters . . .
-h|--help)
# drop the database
echo "
build.sh: helper script to build and deploy the BigBlueButton web apps.
Helper script to build and deploy the BigBlueButton web apps.
Hint: To avoid entering your password with sudo, just type
......@@ -30,8 +30,6 @@ if dpkg-query -s bbb-apps | grep "install ok installed" > /dev/null 2>&1; then
sudo apt-get purge --yes bbb-apps
fi
exit 0
#
# Quick check if ant resolve has been run.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment