Cleanup: vagrant typo
This commit is contained in:
parent
7b8f472b25
commit
981d6f3797
2 changed files with 7 additions and 9 deletions
|
|
@ -63,11 +63,9 @@ logs:
|
|||
# appear eg as generic/centos8.log
|
||||
$(VAGRANTS): logs
|
||||
ifdef LOGDIR
|
||||
with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 > "$(LOGDIR)/vagrant-$(RESTCONF)-$\
|
||||
(subst /,-,$@).log"
|
||||
with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 > "$(LOGDIR)/vagrant-$(RESTCONF)-$(subst /,-,$@).log"
|
||||
else
|
||||
with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 | tee "logs/vagrant-$(RESTCONF)-$(\
|
||||
subst /,-,$@).log"
|
||||
with_restconf=$(RESTCONF) ./vagrant.sh $@ 2>&1 | tee "logs/vagrant-$(RESTCONF)-$(subst /,-,$@).log"
|
||||
endif
|
||||
|
||||
destroy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue