mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
remove debug line
This commit is contained in:
parent
8bc52f2cea
commit
d09e851f92
|
|
@ -15,8 +15,6 @@ put_config() {
|
|||
RET_BODY=${RET::-3}
|
||||
RET_STATUS=$(echo $RET | tail -c 4)
|
||||
|
||||
echo $RET
|
||||
|
||||
if [ "$RET_STATUS" -ne "200" ]; then
|
||||
echo "⚠️ Error: Failed to load configuration from $1"
|
||||
( echo "HTTP response status code is '$RET_STATUS'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue