1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00: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

@ -1,7 +0,0 @@
import subprocess
def download_announcements( ignorePrivacy=False ):
if( (ignorePrivacy == True) or ( ) ):
f =
subprocess.call("pullAnnouncements.sh", shell=True)

View File

@ -1,5 +0,0 @@
#!/bin/bash
cd_command=`cat /usr/local/bin/mailinabox |grep cd`
if[[cd_command]]

View File

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

View File

@ -253,7 +253,3 @@ 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"
}