OpenVoiceOS/buildroot-external/rootfs-overlay/usr/libexec/home-setup

7 lines
103 B
Bash
Executable File

#!/bin/sh
# home persistent overlay
if [ ! -d /mnt/home/ovos ]; then
cp -a /home/ovos /mnt/home/
fi