fixed a bug in the --salt function

This commit is contained in:
Sebastian 2010-06-28 14:35:31 -04:00
parent 09384df99d
commit ce2e493c01

View File

@ -378,7 +378,7 @@ fi
# Setup samba
#
if [ -n $SALT ]; then
if [ $SALT ]; then
need_root
# echo $SALT;
change_var_salt /var/lib/$TOMCAT/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties beans.dynamicConferenceService.securitySalt $SALT