mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-26 19:27:23 +01:00
working notice
This commit is contained in:
7
management/announce_check.py
Normal file
7
management/announce_check.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import subprocess
|
||||
|
||||
def download_announcements( ignorePrivacy=False ):
|
||||
if( (ignorePrivacy == True) or ( ) ):
|
||||
f =
|
||||
|
||||
subprocess.call("pullAnnouncements.sh", shell=True)
|
||||
5
management/pullAnnouncements.py
Normal file
5
management/pullAnnouncements.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd_command=`cat /usr/local/bin/mailinabox |grep cd`
|
||||
|
||||
if[[cd_command]]
|
||||
Reference in New Issue
Block a user