From 6963b52d9682c09d311ecc2d5a7380b7f1bc77e0 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Wed, 7 Jun 2017 11:00:38 +0200 Subject: Let command line version not open an X window So we can run it on a headless system Signed-off-by: Robert C. Helling --- scripts/smtk2ssrf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/smtk2ssrf.pl b/scripts/smtk2ssrf.pl index 2b1e8a2ac..5367400ce 100755 --- a/scripts/smtk2ssrf.pl +++ b/scripts/smtk2ssrf.pl @@ -35,7 +35,7 @@ if ($q->upload("uploaded_file")) { -size => 50, -maxlength => 200); print $q->submit(); - print $q-end_form(); + print $q->end_form(); # Here we could print some footer stuff as above -- cgit v1.2.3-70-g09d2