diff options
author | adv <adv@uma.es> | 2011-05-12 08:15:10 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-05-12 08:15:10 +0000 |
commit | cea6d4421b6da0838e7ac4a7efcb0113b305add7 (patch) | |
tree | 0ac504a6854ffcb64c1652d966f770b66c43cc3e /client/shared/scripts/updateCache | |
parent | 7ee2d1a0472019454a7698b17d6bac971756af0a (diff) |
version 1.0.1 #381 errores en deployImage y updateCache
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1967 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/scripts/updateCache')
-rwxr-xr-x | client/shared/scripts/updateCache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/scripts/updateCache b/client/shared/scripts/updateCache index 41fb0258..6792edf6 100755 --- a/client/shared/scripts/updateCache +++ b/client/shared/scripts/updateCache @@ -14,7 +14,7 @@ PROG="$(basename $0)" -if [ $# -lt 4 ]; then +if [ $# -lt 3 ]; then ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG str_REPO _str_Relative_Path_OGIMG_with_/ PROTOCOLO OPCIONES_PROTOCOLO OPCIONES_UPDATECACHE" exit $? fi |