Error fix: The function can't have empty body in bash (#1420)
This commit is contained in:
parent
e171d1c27b
commit
43a98393e9
@ -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 %}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user