suppress messages from mkdir

master
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