Update archplasma/entrypoint

This commit is contained in:
myve 2024-07-21 02:09:32 +00:00
commit 3151a11d53

View file

@ -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