fix: 2 chars can ruin your life

This commit is contained in:
Strix 2023-10-18 22:53:31 +02:00
parent d248d4ba00
commit a9dc378f6e
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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