mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Update archplasma/entrypoint
This commit is contained in:
parent
f0b4445942
commit
3151a11d53
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Create Tigervnc config directory
|
||||
[ -d ~/.vnc ] || mkdir -p ~/.vnc
|
||||
|
||||
# Check for MYVNC_VNCPASS variable
|
||||
if [ -z ${MYVNC_VNCPASS} ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue