summaryrefslogtreecommitdiffstats
path: root/src/cephadm/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cephadm/build.sh')
-rwxr-xr-xsrc/cephadm/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cephadm/build.sh b/src/cephadm/build.sh
new file mode 100755
index 000000000..84b58f14f
--- /dev/null
+++ b/src/cephadm/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -ex
+
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+
+exec python3 $SCRIPT_DIR/build.py "$@"