1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-21 03:38:49 +00:00

Update to Alpine 3.11

This commit is contained in:
andryyy
2020-05-11 11:50:45 +02:00
parent ce0cbac38b
commit 02a74914b4
7 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo action=OK
exit
while read QUERY; do
logger -t last_login -p mail.info "$QUERY"
done
echo action=OK