5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# this will be run as root
|
||
|
"$CURDIR/provision.sh"
|