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