fixed a bug in the --salt function
This commit is contained in:
parent
09384df99d
commit
ce2e493c01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user