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 dfee9ad43bc73896f8b68acfa1e1ac895cc49b44 (commit)
from 4c9c8742ecb91530b8f711e8fb64d3ff7ae0148e (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=dfee9ad43bc73896f8b68acfa1e1ac895cc49b44
commit dfee9ad43bc73896f8b68acfa1e1ac895cc49b44
Author: Franck Villaume <[email protected]>
Date: Mon Jul 8 11:09:35 2019 +0000
basic fix for post install quota_management
diff --git a/src/plugins/quota_management/bin/install.sh
b/src/plugins/quota_management/bin/install.sh
index 8cdf682..6f0bef7 100755
--- a/src/plugins/quota_management/bin/install.sh
+++ b/src/plugins/quota_management/bin/install.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash
# Quota Management post-install
source $(forge_get_config source_path)/post-install.d/common/service.inc
@@ -20,8 +20,7 @@ case "$1" in
echo "uquota & pquota
already enabled on $mountpoint"
fi
;;
- 'ext4')
- 'ext3')
+ 'ext4'|'ext3')
mountoptions=$(mount | grep
"$mountpoint " | grep "usrquota" | grep "grpquota")
if [ -z $mountoptions ]; then
echo "Enabling usrquota
& grpquota on $mountpoint"
-----------------------------------------------------------------------
Summary of changes:
src/plugins/quota_management/bin/install.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits