diff --git a/misc/config_tools/launch_config/launch_script_template.sh b/misc/config_tools/launch_config/launch_script_template.sh index 44318d0c8..4c333af81 100644 --- a/misc/config_tools/launch_config/launch_script_template.sh +++ b/misc/config_tools/launch_config/launch_script_template.sh @@ -128,7 +128,7 @@ function add_virtual_device() { if [ "${kind}" = "virtio-net" ]; then # Create the tap device tap_conf=${options%,*} - create_tap "tap_${tap_conf#tap=}" >> /dev/stderr + create_tap "${tap_conf#tap=}" >> /dev/stderr fi echo -n "-s ${slot},${kind}"