[Fusionforge-commits] FusionForge branch master updated. 4654f970238b4c68ec9e0e2cc3cf07115092f102

Sylvain Beucler beuc-inria at fusionforge.org
Thu Nov 13 13:19:05 CET 2014


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, master has been updated
       via  4654f970238b4c68ec9e0e2cc3cf07115092f102 (commit)
      from  6d98aa29bf4d21bc51624ca3f8f47700b56d88a9 (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 -----------------------------------------------------------------
commit 4654f970238b4c68ec9e0e2cc3cf07115092f102
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Nov 13 13:18:57 2014 +0100

    install: syntax fix

diff --git a/src/post-install.d/common/plugin.sh b/src/post-install.d/common/plugin.sh
index c249099..60d417f 100755
--- a/src/post-install.d/common/plugin.sh
+++ b/src/post-install.d/common/plugin.sh
@@ -98,8 +98,10 @@ case "$2" in
 	for i in $(ls httpd.conf.d/*); do
 	    rm -f $config_path/$i
 	done
+	;;
 
     *)
 	echo "Usage: $0 plugin_name configure|remove"
 	exit 1
+	;;
 esac
diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index d563ccc..6fc37a1 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -133,6 +133,7 @@ case "$1" in
 	    rm -f $config_path/$i
 	done
 	;;
+
     *)
 	echo "Usage: $0 {configure|configure-conffiles|configure-exec|remove|purge}"
 	exit 1

-----------------------------------------------------------------------

Summary of changes:
 src/post-install.d/common/plugin.sh |    2 ++
 src/post-install.d/web/web.sh       |    1 +
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list