1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 03:06:59 +01:00

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