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:
parent
5262f53be0
commit
932ac0417e
@ -1,7 +0,0 @@
|
|||||||
import subprocess
|
|
||||||
|
|
||||||
def download_announcements( ignorePrivacy=False ):
|
|
||||||
if( (ignorePrivacy == True) or ( ) ):
|
|
||||||
f =
|
|
||||||
|
|
||||||
subprocess.call("pullAnnouncements.sh", shell=True)
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd_command=`cat /usr/local/bin/mailinabox |grep cd`
|
|
||||||
|
|
||||||
if[[cd_command]]
|
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
import rtyaml
|
import rtyaml
|
||||||
import collections
|
|
||||||
|
|
||||||
def write_settings(config):
|
def write_settings(config):
|
||||||
fn = sys.argv[2]
|
fn = sys.argv[2]
|
||||||
|
@ -252,8 +252,4 @@ fi
|
|||||||
if [ -f /usr/bin/git ] && [ -d .git ]; then
|
if [ -f /usr/bin/git ] && [ -d .git ]; then
|
||||||
echo "Mail-in-a-Box Version: " $(git describe)
|
echo "Mail-in-a-Box Version: " $(git describe)
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
function get_I_AGREE_MAILINABOX(){
|
|
||||||
echo "$I_AGREE_MAILINABOX"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user