9 lines
170 B
Bash
Executable File
9 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Building root image"
|
|
|
|
DIR=$(dirname `readlink -f $0`)
|
|
. $DIR/../testing.conf
|
|
|
|
$DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION
|