Skip to content

Commit 8caec1d

Browse files
authored
Update apache-guacamole-install.sh issue #9458 (#9492)
Issue 9458
1 parent 39388a1 commit 8caec1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/apache-guacamole-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_SERVER}/binary/guac
7272
$STD tar -xf ~/guacamole-auth-jdbc-$RELEASE_SERVER.tar.gz
7373
mv ~/guacamole-auth-jdbc-$RELEASE_SERVER/mysql/guacamole-auth-jdbc-mysql-$RELEASE_SERVER.jar /etc/guacamole/extensions/
7474
rm -rf ~/mysql-connector-j-9.3.0{,.tar.gz}
75-
rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}
7675
msg_ok "Setup Apache Guacamole"
7776

7877
msg_info "Setup Database"
@@ -98,6 +97,7 @@ cat *.sql | mariadb -u root ${DB_NAME}
9897
echo "mysql-password: $DB_PASS"
9998

10099
} >>/etc/guacamole/guacamole.properties
100+
rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}
101101
msg_ok "Setup Database"
102102

103103
msg_info "Setup Service"

0 commit comments

Comments
 (0)