aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-02-18 09:13:43 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-02-26 11:38:18 +0000
commit80d5e66ccc5b0d99db1391e035b584e9ae015339 (patch)
tree854df9c2e1223021f45260d05b3f3d4924024868 /bin
parent6954823390e7332bd8d1ab0afa28b3c0fb02db39 (diff)
Fix password setting in createsuperuser script.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/createsuperuser2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/createsuperuser b/bin/createsuperuser
index 98b36aa36..7a4946228 100755
--- a/bin/createsuperuser
+++ b/bin/createsuperuser
@@ -30,4 +30,4 @@ BEGIN {
use FixMyStreet;
use FixMyStreet::Script::CreateSuperuser;
-FixMyStreet::Script::CreateSuperuser::createsuperuser();
+exit FixMyStreet::Script::CreateSuperuser::createsuperuser(@ARGV);