5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/bde
|
|
echo "Retrieve Locklist `pwd` at `date`" >> /var/log/bde/startstop.log
|
|
python3 ./getlocklist.py
|