mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 15:05:02 -05:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
|
if [ -z "$1" ]; then echo "Must supply directory name of result"; exit 0; fi
|
||
|
|
||
|
rm -rf authority-response
|
||
|
mkdir authority-response
|
||
|
cp $1/* authority-response/
|
||
|
mv authority-response/mail_*.crt authority-response/server.crt
|