Error fix: The function can't have empty body in bash (#1420)

This commit is contained in:
pavel-shirshov 2018-02-26 17:42:20 -08:00 committed by GitHub
parent e171d1c27b
commit 43a98393e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ function postStartAction()
{%- elif docker_container_name == "snmp" %}
docker exec -i database redis-cli -n 6 HSET 'DEVICE_METADATA|localhost' chassis_serial_number $(decode-syseeprom -s)
{%- else %}
# nothing
: # nothing
{%- endif %}
}