From ad11c503263753aa9f6643b5457ff4fda7750840 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Sun, 24 Jan 2010 04:00:01 +0000 Subject: [PATCH] Fixed bug in bbb-conf --setup-samba for showing the IP git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3465 af16638f-c34d-0410-8cfa-b39d5352b314 --- bigbluebutton-config/bin/bbb-conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index cf4142fdfc..9894710308 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -225,6 +225,8 @@ fi # if [ $SAMBA ]; then + check_root + # # Instal Samba # @@ -257,7 +259,7 @@ if [ $SAMBA ]; then echo " You can now access your development folder through: - \\\\$(IP)\\$USER + \\\\${IP}\\$USER If you are running a development environment on Windows (such as using Eclipse or FlexBuilder), you can map the above path to a drive letter.