neb/tools/server-setup.d/00-apply-skel.sh

7 lines
102 B
Bash
Raw Normal View History

2023-10-20 15:44:39 +02:00
#!/bin/sh
if ! [ -f "/etc/ixvd/version" ]; then
echo "applying overlay..."
cp -r skel/. /
fi