Added Cron script for checking Locklist Mails
This commit is contained in:
4
getlocklist_cron.sh
Executable file
4
getlocklist_cron.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd /opt/bde
|
||||
echo "Retrieve Locklist `pwd` at `date`" >> /var/log/bde/startstop.log
|
||||
python3 ./getlocklist.py
|
||||
Reference in New Issue
Block a user