mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-29 14:11:51 +00:00
7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. hooks/common
|
|
|
|
# shellcheck disable=SC2119
|
|
run_build
|