diff options
author | Irina Gómez <irinagomez@us.es> | 2019-04-15 10:47:20 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-04-15 10:47:20 +0200 |
commit | b00e622946cb37fb20e00f27d43f9fef37ec260e (patch) | |
tree | 1cea86546075465398c45d4714de4e06c98bb4e4 /client/engine/System.lib | |
parent | fae14f68cc17fdf1d96473fa1541137ba1186ac2 (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-x | client/engine/System.lib | 1 |
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 |