From 625a674e47d371617d1fadff0ae6244ece0700c2 Mon Sep 17 00:00:00 2001 From: myve Date: Sun, 21 Jul 2024 02:11:10 +0000 Subject: [PATCH] Update archplasma/entrypoint --- archplasma/entrypoint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archplasma/entrypoint b/archplasma/entrypoint index 3490f5e..717a1ac 100755 --- a/archplasma/entrypoint +++ b/archplasma/entrypoint @@ -1,6 +1,7 @@ #!/usr/bin/env bash -# Create Tigervnc config directory +# Create required home directories [ -d ~/.vnc ] || mkdir -p ~/.vnc +[ -d ~/.config ] || mkdir -p ~/.config # Check for MYVNC_VNCPASS variable if [ -z ${MYVNC_VNCPASS} ]