diff options
Diffstat (limited to 'contrib/purge_api/purge_history.sh')
-rw-r--r-- | contrib/purge_api/purge_history.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/purge_api/purge_history.sh b/contrib/purge_api/purge_history.sh index e7dd5d6468..c45136ff53 100644 --- a/contrib/purge_api/purge_history.sh +++ b/contrib/purge_api/purge_history.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # this script will use the api: # https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_history_api.rst |