This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via e3f70dffb2d3222c67f4788b6984c0e69d985e2a (commit)
from b504b7efaa9bc2ec2dc7857dee062235239b0f2b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e3f70dffb2d3222c67f4788b6984c0e69d985e2a
commit e3f70dffb2d3222c67f4788b6984c0e69d985e2a
Author: Franck Villaume <[email protected]>
Date: Wed Jan 31 04:37:05 2018 +0100
fix sed in post-install. missing s
diff --git a/src/post-install.d/common/ini.sh b/src/post-install.d/common/ini.sh
index a7f9088..7e739ac 100755
--- a/src/post-install.d/common/ini.sh
+++ b/src/post-install.d/common/ini.sh
@@ -34,7 +34,7 @@ case "$1" in
hostname=$(hostname -f || hostname)
if [ ! -e $DESTDIR$config_path/config.ini.d/post-install.ini ]; then \
sed $source_path/templates/post-install.ini \
- -e "s,@web_host@,$hostname," -e ",@bin_dir@,$bindir," \
+ -e "s,@web_host@,$hostname," -e "s,@bin_dir@,$bindir," \
> $DESTDIR$config_path/config.ini.d/post-install.ini; \
fi
-----------------------------------------------------------------------
Summary of changes:
src/post-install.d/common/ini.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits