Skip to content

Commit

Permalink
remove > dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Dec 18, 2023
1 parent 46df453 commit be81bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-ctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def make(args) -> None:
print("ERROR: wis2box.env file does not exist. Please create one manually or by running `python3 wis2box-create-config.py`")
exit(1)
run(args, split(
'docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions > /dev/null 2>&1'))
'docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions'))
run(args, split(
'docker plugin enable loki'))
if containers:
Expand Down

0 comments on commit be81bbc

Please sign in to comment.