From 49edb857fe4a3e9644dfe9ecf9b1f110cd7f930c Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 9 Mar 2023 16:23:21 -0500 Subject: [PATCH] fix: Allow for existing dir 'exploded' in bbb-web deploy_to_usr_share.sh --- bigbluebutton-web/deploy_to_usr_share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-web/deploy_to_usr_share.sh b/bigbluebutton-web/deploy_to_usr_share.sh index 6a614a254a..aa960bb35e 100755 --- a/bigbluebutton-web/deploy_to_usr_share.sh +++ b/bigbluebutton-web/deploy_to_usr_share.sh @@ -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