diff --git a/Makefile b/Makefile index 07dd683..6b65c42 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull/%: apply: echo "Applying salt states" - run0 rm -rf /srv/salt/guardian && cp -r ./guardian /srv/salt/ \ + run0 rm -rf /srv/salt/guardian && run0 cp -r ./guardian /srv/salt/ && \ run0 qubesctl top.enable guardian && \ run0 qubesctl --show-output --all state.apply && \ popd