From 435968c1d4c92a24edd78ea29a0656128b4f3a9e Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 5 Mar 2017 21:08:21 +0800 Subject: [PATCH] update update.pl --- cgi-bin/update.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi-bin/update.pl b/cgi-bin/update.pl index c560e39..ec288f8 100755 --- a/cgi-bin/update.pl +++ b/cgi-bin/update.pl @@ -4,10 +4,11 @@ use strict; use CGI qw/:standard/; +print `cd .. && make update`; + print header; print start_html("Update"); print br; -print `make update`; print "Hello world\n"; -- 2.11.0