diff options
author | jcxifre <jcxifre@unizar.es> | 2011-03-10 11:46:25 +0000 |
---|---|---|
committer | jcxifre <jcxifre@unizar.es> | 2011-03-10 11:46:25 +0000 |
commit | 6b65dfd9b27511209d28cc7fe9bf0df8a55db2e8 (patch) | |
tree | 66a04a94cc915caacca2cbb30170d6f5602fcc38 /installer | |
parent | a25cc03d19177aa7aab44c93c399dfbc6d077f64 (diff) |
Corrección error al actualizar según ticket
http://www.opengnsys.es/ticket/316
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1539 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 2faf3c25..3c8be109 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -198,7 +198,7 @@ function getNetworkSettings() function updateServicesStart(){ echoAndLog "${FUNCNAME}(): Updating /etc/init.d/opengnsys ..." - cp -p $WORKDIR/opengnsys/admin/Services/opengnsys.init /etc/init.d/opengnsys + cp -p $WORKDIR/opengnsys/admin/Sources/Services/opengnsys.init /etc/init.d/opengnsys if [ $? != 0 ]; then errorAndLog "${FUNCNAME}(): Error updating /etc/init.d/opengnsys" exit 1 |