We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf297f commit d2fb4a5Copy full SHA for d2fb4a5
docker/msfconsole.rc
@@ -6,5 +6,5 @@ else
6
lhost = %x(hostname -i)
7
end
8
run_single("setg LHOST #{lhost}")
9
-run_single("db_connect #{ENV['DATABASE_URL'].gsub('postgres://', '')}") if ENV['DATABASE_URL']
+run_single("db_connect #{ENV['DATABASE_URL']}") if ENV['DATABASE_URL']
10
</ruby>
0 commit comments