add newline before purge message

This commit is contained in:
Joe 2020-01-05 01:12:53 -06:00
parent 995c6728b7
commit 80ad79d7be
No known key found for this signature in database
GPG Key ID: 8595A3F8F2CE1B74

2
rmk.sh
View File

@ -11,7 +11,7 @@ UserInput() {
}
ExecutePurge() {
echo 'Purging remote media, please wait.'
echo -e '\nPurging remote media, please wait.'
curl -X POST "https://$1/_synapse/admin/v1/purge_media_cache?before_ts=$2&access_token=$3" --data '{}'
}