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 c29702b6bcf21cb205f4c8d1807dff1502badddd (commit)
from beddd5d1899b7531a430f0b920ecf0c589fda808 (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=c29702b6bcf21cb205f4c8d1807dff1502badddd
commit c29702b6bcf21cb205f4c8d1807dff1502badddd
Author: Franck Villaume <[email protected]>
Date: Sat Jul 8 18:39:18 2017 +0200
fix PHP syntax
diff --git a/src/cronjobs/ftp/ftp_create_group_access.php
b/src/cronjobs/ftp/ftp_create_group_access.php
index 431efd4..d1726ef 100755
--- a/src/cronjobs/ftp/ftp_create_group_access.php
+++ b/src/cronjobs/ftp/ftp_create_group_access.php
@@ -54,7 +54,7 @@ foreach ($users as $u) {
}
$cmd = '/bin/mkdir '.$dir.'/'.$g;
$res = execute($cmd);
- $cmd = '/bin/mount --bind '.$ftp_dir.'/'.$g
$dir.'/'.$g;
+ $cmd = '/bin/mount --bind '.$ftp_dir.'/'.$g.'
'.$dir.'/'.$g;
$res = execute($cmd);
echo 'allow '.$u->getUnixName().' to access at
'.$dir.'/'.$g."\n";
}
-----------------------------------------------------------------------
Summary of changes:
src/cronjobs/ftp/ftp_create_group_access.php | 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