mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -f /var/lib/lxc/piston/rootfs/home/ubuntu/*
|
|
cp -f executors/* /var/lib/lxc/piston/rootfs/home/ubuntu
|
|
|
|
lxc-start -n piston -d
|