summaryrefslogtreecommitdiffstats
path: root/client/engine/System.lib
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2019-04-15 10:47:20 +0200
committerIrina Gómez <irinagomez@us.es>2019-04-15 10:47:20 +0200
commitb00e622946cb37fb20e00f27d43f9fef37ec260e (patch)
tree1cea86546075465398c45d4714de4e06c98bb4e4 /client/engine/System.lib
parentfae14f68cc17fdf1d96473fa1541137ba1186ac2 (diff)
#802 #888 Functions for the NVRAM management. Functions in UEFI.lib ordered in alphabetical order.
Diffstat (limited to 'client/engine/System.lib')
-rwxr-xr-xclient/engine/System.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/engine/System.lib b/client/engine/System.lib
index d016be13..77f77b48 100755
--- a/client/engine/System.lib
+++ b/client/engine/System.lib
@@ -243,6 +243,7 @@ case "$CODE" in
$OG_ERR_DONTSYNC_IMAGE) MSG="$MSG_ERR_DONTSYNC_IMAGE \"$2\"" ;;
$OG_ERR_NOTDIFFERENT) MSG="$MSG_ERR_NOTDIFFERENT \"$2\"" ;;
$OG_ERR_SYNCHRONIZING) MSG="$MSG_ERR_SYNCHRONIZING \"$2\"" ;;
+ $OG_ERR_NOTUEFI) MSG="$MSG_ERR_NOTUEFI \"$2\"" ;;
*) MSG="$MSG_ERR_GENERIC"; CODE=$OG_ERR_GENERIC ;;
esac