#!/bin/sh

if [ ! -f /etc/config/owm ]; then
  cat <<EOT > /etc/config/owm
config owm "owm"
  option debug "0"
EOT
fi