system-config/setup-home.sh

5 lines
77 B
Bash

#!/bin/sh
set -e
cp -R home/* /
sh setup-server.sh
systemd-tmpfiles --create