Quellcode durchsuchen

Fix .conf to .yaml in goimapnotify config file

pull/1020/head
Carlos Lobo vor 9 Monaten
Ursprung
Commit
d943b92fa9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Datei anzeigen

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

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

prepmutt() {


Laden…
Abbrechen
Speichern