git://scientific.zcu.cz
/
meta-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd33525
)
Set owner for html page too.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 26 Nov 2012 21:58:08 +0000
(22:58 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 26 Nov 2012 21:58:08 +0000
(22:58 +0100)
matrixgen-cron.sh
patch
|
blob
|
blame
|
history
diff --git
a/matrixgen-cron.sh
b/matrixgen-cron.sh
index
9e06fd4
..
f4152c0
100755
(executable)
--- a/
matrixgen-cron.sh
+++ b/
matrixgen-cron.sh
@@
-12,9
+12,10
@@
for dir in `ls -1 | grep -v '\.'`; do
if test $page = 'matrix'; then
rm -f ./report-*.twiki
mv /tmp/report-*.twiki .
- chown apache:users
$page.html
report-*.twiki
+ chown apache:users report-*.twiki
/sbin/restorecon report-*.twiki
fi
+ chown apache:users $page.html
/sbin/restorecon $page.html
fi
done