mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-05-15 13:43:14 +02:00
Compare commits
No commits in common. "6f89f7a1d1d6ee79a53a25aeaab061a9175acce8" and "22e279ce11cd7a552758428dea3c8f0f33fa6e20" have entirely different histories.
6f89f7a1d1
...
22e279ce11
@ -4,7 +4,7 @@ I've maintained this script for quite a few years now with the help of the other
|
|||||||
|
|
||||||
## NOTE: Ubuntu users having issues with RDP have reported the following fix:
|
## NOTE: Ubuntu users having issues with RDP have reported the following fix:
|
||||||
```
|
```
|
||||||
sudo add-apt-repository ppa:remmina-ppa-team/remmina-next
|
sudo add-apt-repository ppa:remmina-ppa-team/freerdp-daily
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install freerdp2-dev freerdp2-x11
|
sudo apt-get install freerdp2-dev freerdp2-x11
|
||||||
```
|
```
|
||||||
|
@ -91,11 +91,11 @@ fi
|
|||||||
tar -xzf guacamole-auth-jdbc-${GUACVERSION}.tar.gz
|
tar -xzf guacamole-auth-jdbc-${GUACVERSION}.tar.gz
|
||||||
|
|
||||||
# Start MySQL
|
# Start MySQL
|
||||||
docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql --default-authentication-plugin=mysql_native_password
|
docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql
|
||||||
|
|
||||||
# Wait for the MySQL Health Check equal "healthy"
|
# Wait for the MySQL Health Check equal "healthy"
|
||||||
echo "Waiting for MySQL to be healthy"
|
echo "Waiting for MySQL to be healthy"
|
||||||
until [ "$(/usr/bin/docker inspect -f {{.State.Health.Status}} mysql)" == "healthy" ]; do
|
until [ "`/usr/bin/docker inspect -f {{.State.Health.Status}} mysql`"=="healthy" ]; do
|
||||||
sleep 0.1;
|
sleep 0.1;
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user