fix: Allow for existing dir 'exploded' in bbb-web deploy_to_usr_share.sh

This commit is contained in:
Anton Georgiev 2023-03-09 16:23:21 -05:00 committed by GitHub
parent 1894b4222a
commit 49edb857fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ sudo service bbb-web stop
./build.sh
grails assemble
mkdir exploded && cd exploded
mkdir -p exploded && cd exploded
jar -xvf ../build/libs/bigbluebutton-0.10.0.war
if [ ! -d /usr/share/bbb-web-old ] ; then