neb/tools/server-setup.d/00-apply-skel.sh
2023-10-22 17:45:21 +02:00

6 lines
102 B
Bash
Executable file

#!/bin/sh
if ! [ -f "/etc/ixvd/version" ]; then
echo "applying overlay..."
cp -r skel/. /
fi