Skip to content

Commit

Permalink
Error fix: The function can't have empty body in bash (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov committed Feb 27, 2018
1 parent e171d1c commit 43a9839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
}

Expand Down

0 comments on commit 43a9839

Please sign in to comment.