diff --git a/install/apache-guacamole-install.sh b/install/apache-guacamole-install.sh index 0b1cf21c94..978d76cac7 100644 --- a/install/apache-guacamole-install.sh +++ b/install/apache-guacamole-install.sh @@ -72,7 +72,6 @@ curl -fsSL "https://downloads.apache.org/guacamole/${RELEASE_SERVER}/binary/guac $STD tar -xf ~/guacamole-auth-jdbc-$RELEASE_SERVER.tar.gz mv ~/guacamole-auth-jdbc-$RELEASE_SERVER/mysql/guacamole-auth-jdbc-mysql-$RELEASE_SERVER.jar /etc/guacamole/extensions/ rm -rf ~/mysql-connector-j-9.3.0{,.tar.gz} -rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz} msg_ok "Setup Apache Guacamole" msg_info "Setup Database" @@ -98,6 +97,7 @@ cat *.sql | mariadb -u root ${DB_NAME} echo "mysql-password: $DB_PASS" } >>/etc/guacamole/guacamole.properties +rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz} msg_ok "Setup Database" msg_info "Setup Service"