Update file run_onchange_after_41-vagrant-vmware-utility.tmpl
This commit is contained in:
parent
ab1f625265
commit
4fe3c2bfe5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{{- if ne .host.distro.family "windows" -}}
|
||||
#!/usr/bin/env bash
|
||||
|
||||
{{- includeTemplate "universal/profile" }}
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
{{ includeTemplate "universal/profile" }}
|
||||
{{ includeTemplate "universal/logg" }}
|
||||
|
||||
### Only run logic if both Vagrant and VMWare are installed
|
||||
if command -v vagrant > /dev/null && command -v vmware > /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue