5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh
|
|
set -e
|
|
cp -R home/* /
|
|
sh setup-server.sh
|
|
systemd-tmpfiles --create
|