diff options
Diffstat (limited to 'helpers/lh_source_usb-hdd')
-rwxr-xr-x | helpers/lh_source_usb-hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 01ca6cfd7..82d19131f 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -35,7 +35,7 @@ fi if ! echo "${LH_SOURCE_IMAGES}" | grep -qs usb-hdd then - exit 0 + exit 0 fi Echo_message "Begin building source usb-hdd image..." |