Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
foswiki
Commits
972da968
Commit
972da968
authored
Jun 15, 2021
by
André Kerkhoff
Browse files
Collect statistics for subwebs, not just webs
parent
ce47026f
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
972da968
...
...
@@ -3,7 +3,7 @@ maintainer 'HPC'
maintainer_email
'hpc@gsi.de'
license
'All rights reserved'
description
'Installs/Configures Foswiki'
version
'2.11.
0
'
version
'2.11.
1
'
depends
'apache2'
,
'< 6.0'
supports
'debian'
supports
'ubuntu'
templates/foswiki-cron.erb
View file @
972da968
...
...
@@ -11,7 +11,7 @@
<%=
@mailnotify_time
%>
<%=
@user
%>
cd "
<%=
@install_dir
%>
"
&&
perl -I "
<%=
@script_dir
%>
" "
<%=
@tools_dir
%>
/mailnotify" -q
<%
end
-%>
<%
unless
@statistics_time
.
nil?
-%>
<%=
@statistics_time
%>
<%=
@user
%>
cd "
<%=
@script_dir
%>
"
&&
./statistics >/dev/null 2>
&
1
<%=
@statistics_time
%>
<%=
@user
%>
cd "
<%=
@script_dir
%>
"
&&
./statistics
-subwebs 1
>/dev/null 2>
&
1
<%
end
-%>
<%
unless
@tick_time
.
nil?
-%>
<%=
@tick_time
%>
<%=
@user
%>
cd "
<%=
@script_dir
%>
"
&&
perl ../tools/tick_foswiki.pl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment