mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Fix typo.
This commit is contained in:
parent
1d5e9f6dca
commit
fe7954da78
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ chmod +x "/usr/local/lib/web/frontend$PREFIX_PATH/static/websockify/run"
|
|||
PASSWORD=
|
||||
HTTP_PASSWORD=
|
||||
|
||||
dynamic prefix path renaming
|
||||
#dynamic prefix path renaming
|
||||
if [ -n "$DYNAMIC_PREFIX_PATH" ]; then
|
||||
PREFIX_PATH="$DYNAMIC_PREFIX_PATH"
|
||||
echo "DYNAMIC_PREFIX_PATH: $PREFIX_PATH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue