fix: 2 chars can ruin your life
This commit is contained in:
parent
d248d4ba00
commit
a9dc378f6e
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -23,7 +23,7 @@ set -e
|
||||||
|
|
||||||
if ! [ -f "/etc/ixvd/version" ]; then
|
if ! [ -f "/etc/ixvd/version" ]; then
|
||||||
echo "applying overlay..."
|
echo "applying overlay..."
|
||||||
cp -r skel /
|
cp -r skel/. /
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -d "/etc/ixvd/secrets" ]; then
|
if ! [ -d "/etc/ixvd/secrets" ]; then
|
||||||
|
|
Loading…
Reference in a new issue