1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00
Files
os/scripts/release
Darren Shepherd e22cb3e919 Add release script
2015-02-08 22:09:51 -07:00

8 lines
134 B
Bash
Executable File

#!/bin/bash
if ! docker info >/dev/null 2>&1 && [ -x "$(which wrapdocker)" ]; then
wrapdocker
fi
exec $(dirname $0)/../build.sh