From a9dc378f6e582460435fc3a97346e54e4366894c Mon Sep 17 00:00:00 2001 From: Raine Date: Wed, 18 Oct 2023 22:53:31 +0200 Subject: [PATCH] fix: 2 chars can ruin your life --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index bcc0f63..81a1c3b 100644 --- a/setup.sh +++ b/setup.sh @@ -23,7 +23,7 @@ set -e if ! [ -f "/etc/ixvd/version" ]; then echo "applying overlay..." - cp -r skel / + cp -r skel/. / fi if ! [ -d "/etc/ixvd/secrets" ]; then