From 2fa8c5b3a7c3f262df076b7245e8536f7b164af1 Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Sat, 27 Apr 2019 07:15:40 +0000
Subject: [PATCH] add new dovecot rule

---
 vilain |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vilain b/vilain
old mode 100755
new mode 100644
index d385066..9c2841c
--- a/vilain
+++ b/vilain
@@ -1,5 +1,5 @@
 #!/bin/sh
-# script to launch vilain with the latest python3 version avaiable
+# script to launch vilain with the latest python3 version available
 
 PYTHONVERSION=$(ls -l /usr/local/bin/python3.* |grep -Eo "3\.[0-9]" |tail -n1)
 PYTHON="/usr/local/bin/python$PYTHONVERSION"

--
Gitblit v1.9.3