mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-11 00:34:31 +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
|