suppress messages from mkdir

This commit is contained in:
David Kebler 2023-03-31 18:21:27 -07:00
parent 55648e8155
commit c29ae9754c
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
mkdir data conf config
mkdir data conf config > /dev/null 2>&1
docker-compose up

2
start
View file

@ -1,2 +1,2 @@
mkdir data conf config
mkdir data conf config > /dev/null 2>&1
docker-compose up -d