Browse Source

fix: correct suppression of dd output

master
bucde 3 years ago
parent
commit
b41b200c18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup

+ 1
- 1
setup View File

@ -85,7 +85,7 @@ echo " user:" >> tmp
echo " registration: false" >> tmp
echo " password_reset: false" >> tmp
docker exec -i $KIMAI_CONTAINER_NAME dd of=/opt/kimai/config/packages/local.yaml < tmp >> /dev/null
docker exec -i $KIMAI_CONTAINER_NAME dd of=/opt/kimai/config/packages/local.yaml < tmp >> /dev/null 2>&1
rm -f tmp


Loading…
Cancel
Save