Skip to content

Commit d2fb4a5

Browse files
committed
Remove unnecessary code
1 parent baf297f commit d2fb4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/msfconsole.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ else
66
lhost = %x(hostname -i)
77
end
88
run_single("setg LHOST #{lhost}")
9-
run_single("db_connect #{ENV['DATABASE_URL'].gsub('postgres://', '')}") if ENV['DATABASE_URL']
9+
run_single("db_connect #{ENV['DATABASE_URL']}") if ENV['DATABASE_URL']
1010
</ruby>

0 commit comments

Comments
 (0)