We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e22f99 commit 53fcbb4Copy full SHA for 53fcbb4
install/apache-guacamole-install.sh
@@ -80,10 +80,10 @@ mysql -u root -e "CREATE DATABASE $DB_NAME;"
80
mysql -u root -e "CREATE USER '$DB_USER'@'localhost' IDENTIFIED WITH mysql_native_password AS PASSWORD('$DB_PASS');"
81
mysql -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH PRIVILEGES;"
82
{
83
- echo "SnipeIT-Credentials"
84
- echo "SnipeIT Database User: $DB_USER"
85
- echo "SnipeIT Database Password: $DB_PASS"
86
- echo "SnipeIT Database Name: $DB_NAME"
+ echo "Guacamole-Credentials"
+ echo "Database User: $DB_USER"
+ echo "Database Password: $DB_PASS"
+ echo "Database Name: $DB_NAME"
87
} >> ~/guacamole.creds
88
cd guacamole-auth-jdbc-1.5.5/mysql/schema
89
cat *.sql | mysql -u root ${DB_NAME}
0 commit comments