Update apache-guacamole-install.sh issue #9458 (#9492)

Issue 9458
This commit is contained in:
tennents 2025-11-28 21:22:04 +01:00 committed by GitHub
parent 39388a1b77
commit 8caec1d13e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 $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/ 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 ~/mysql-connector-j-9.3.0{,.tar.gz}
rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}
msg_ok "Setup Apache Guacamole" msg_ok "Setup Apache Guacamole"
msg_info "Setup Database" msg_info "Setup Database"
@ -98,6 +97,7 @@ cat *.sql | mariadb -u root ${DB_NAME}
echo "mysql-password: $DB_PASS" echo "mysql-password: $DB_PASS"
} >>/etc/guacamole/guacamole.properties } >>/etc/guacamole/guacamole.properties
rm -rf ~/guacamole-auth-jdbc-$RELEASE_SERVER{,.tar.gz}
msg_ok "Setup Database" msg_ok "Setup Database"
msg_info "Setup Service" msg_info "Setup Service"