From 44849258d2fd4188386f290002ac38a80397d827 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 6 Nov 2009 16:15:45 +0000 Subject: [PATCH] minor updates to bbb-conf git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2854 af16638f-c34d-0410-8cfa-b39d5352b314 --- bigbluebutton-config/bin/bbb-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 6c16289d2e..02bda228b5 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -168,7 +168,7 @@ if [ $SAMBA ]; then # Instal Samba # if ! dpkg-query -s samba > /dev/null 2>&1; then - sudo apt-get install --force-yes samba ant + sudo apt-get install -y --force-yes samba ant fi # @@ -233,7 +233,7 @@ if [ $SETUPDEV ]; then echo "bigbluebutton.web.serverURL=http://$IP" > ~/.grails/bigbluebutton-config.properties echo "# Enabling $USER to write to /var/bigbluebutton to upload slides" - sudo chmod -R ugo+rw /var/bigbluebutton + sudo chmod -R ugo+rwx /var/bigbluebutton echo " # Done. To run your local build of bbb-web: