TestRoots/watchdog

View on GitHub
server/prepare_test_config.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

if [ ! -e config.yaml ];
then
  cp config.yaml.tmpl config.yaml
fi