Hmmm
This commit is contained in:
parent
803acf7268
commit
ef5a44fa42
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
SHELL = /bin/bash
|
SHELL = /bin/bash
|
||||||
|
.POSIX_SHELL
|
||||||
|
|
||||||
ifneq (,$(wildcard .bundle-env))
|
ifneq (,$(wildcard .bundle-env))
|
||||||
include .bundle-env
|
include .bundle-env
|
||||||
|
|
@ -88,5 +88,5 @@ apply:
|
||||||
|
|
||||||
qubesctl top.enable topd
|
qubesctl top.enable topd
|
||||||
qubesctl top.enable $(APPLY_ARGS)
|
qubesctl top.enable $(APPLY_ARGS)
|
||||||
qubesctl --show-output state.apply $(APPLY_ARGS)
|
qubesctl --show-output --force-color --skip-dom0 --targets templates state.apply $(APPLY_ARGS)
|
||||||
qubesctl top.disable $(APPLY_ARGS)
|
qubesctl top.disable $(APPLY_ARGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue