diff --git a/archplasma/entrypoint b/archplasma/entrypoint index f7ac8dc..3490f5e 100755 --- a/archplasma/entrypoint +++ b/archplasma/entrypoint @@ -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