diff options
author | irina <irinagomez@us.es> | 2017-10-31 11:51:33 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2017-10-31 11:51:33 +0000 |
commit | d21674960021826cd458cef3163530bb380b2734 (patch) | |
tree | 9ee64fc42ab875bd2ceafe63905267d0033a6c16 /client/shared | |
parent | 2b9c8d3cb10b14552026c6e38a1e082aaecba434 (diff) |
#811 ogBoot: utiliza setBootMode para arranque de Windows. setBootMode: se da un mensaje de error más descriptivo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5489 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared')
-rwxr-xr-x | client/shared/scripts/setBootMode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/scripts/setBootMode b/client/shared/scripts/setBootMode index 4aa5a706..81eec28c 100755 --- a/client/shared/scripts/setBootMode +++ b/client/shared/scripts/setBootMode @@ -33,7 +33,7 @@ if [ $# -ne 2 ]; then fi if [ -z "$TEMPLATE" ]; then - ogRaiseError $OG_ERR_NOTFOUND "$MSG_ERR_NOTFOUND: $TEMPLATE" + ogRaiseError $OG_ERR_NOTFOUND "$MSG_ERR_NOTFOUND: $1" exit $? fi |