diff options
author | ramon <ramongomez@us.es> | 2014-03-27 13:35:22 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-03-27 13:35:22 +0000 |
commit | ab7f5634f8418e6216f0c842b6ab06aadca9ab7a (patch) | |
tree | bbffdbbf85ee4b0cfe6d0be58a4ef5c67d36b485 /installer | |
parent | 27aa561f03d8ea750bfe48505ef732f238cc900f (diff) |
#616: Solucionar problema a la hora de activar el metaservicio xinetd, usado para iniciar Rsync.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4210 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 05f2a9e8..9a2173d4 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -446,7 +446,8 @@ EOT fi # Activar e iniciar Rsync. service="rsync" $ENABLESERVICE - service="xinetd" $STARTSERVICE + service="xinetd" + $ENABLESERVICE; $STARTSERVICE fi } |