]> Untitled Git - lemmy.git/blobdiff - scripts/clear_db.sh
Delete migrations_testing folder (#3751)
[lemmy.git] / scripts / clear_db.sh
index b62490e12c95138bbf1830ce792cd345a1903858..dc53ee7ebc34d085a6fb404ed6711d4e6b2a1269 100755 (executable)
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public; DROP SCHEMA utils CASCADE;"