projects
/
iserv-mod-error-reporter.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
trivial fix for PHP >= 5.3, thanks to Martin von Wittich
[iserv-mod-error-reporter.git]
/
maint
/
update-config-from-iserv1.sh
diff --git
a/maint/update-config-from-iserv1.sh
b/maint/update-config-from-iserv1.sh
index
467e17a
..
b31bc3f
100755
(executable)
--- a/
maint/update-config-from-iserv1.sh
+++ b/
maint/update-config-from-iserv1.sh
@@
-19,3
+19,6
@@
done;
mv $OLDCFG $OLDCFG.converted
[ -e $OLDCFG ] && echo "Done. Please remove the old config file ($OLDCFG) by hand!" && exit 255;
+
+exit 0;
+
This page took
0.028373 seconds
and
4
git commands to generate.