1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-31 21:17:23 +02:00

got rid of irrelevant stuff.

This commit is contained in:
EliterScripts
2019-04-10 00:43:02 -07:00
parent 5262f53be0
commit 932ac0417e
4 changed files with 1 additions and 18 deletions

View File

@@ -13,7 +13,6 @@
import sys
import rtyaml
import collections
def write_settings(config):
fn = sys.argv[2]

View File

@@ -252,8 +252,4 @@ fi
if [ -f /usr/bin/git ] && [ -d .git ]; then
echo "Mail-in-a-Box Version: " $(git describe)
fi
echo
function get_I_AGREE_MAILINABOX(){
echo "$I_AGREE_MAILINABOX"
}
echo