Ver código fonte

Fix .conf to .yaml in goimapnotify config file

pull/1020/head
Carlos Lobo 9 meses atrás
pai
commit
d943b92fa9
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Ver arquivo

@@ -86,7 +86,7 @@ prepmpop() {
}

prepimapnotify() {
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf"
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.yaml"
}

prepmutt() {


Carregando…
Cancelar
Salvar