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