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