File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
7373mv ~ /guacamole-auth-jdbc-$RELEASE_SERVER /mysql/guacamole-auth-jdbc-mysql-$RELEASE_SERVER .jar /etc/guacamole/extensions/
7474rm -rf ~ /mysql-connector-j-9.3.0{,.tar.gz}
75- rm -rf ~ /guacamole-auth-jdbc-$RELEASE_SERVER {,.tar.gz}
7675msg_ok " Setup Apache Guacamole"
7776
7877msg_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}
101101msg_ok " Setup Database"
102102
103103msg_info " Setup Service"
You can’t perform that action at this time.
0 commit comments