Fix gparted error message
This commit is contained in:
parent
1cb1fc0ff5
commit
a86359dc4e
|
@ -213,7 +213,7 @@ main() { # {{{
|
||||||
# If gparted_version is empty {{{
|
# If gparted_version is empty {{{
|
||||||
# Exit with error
|
# Exit with error
|
||||||
is_var_empty "${gparted_version}" \
|
is_var_empty "${gparted_version}" \
|
||||||
&& error_message "Memtest version variable is empty" 6
|
&& error_message "Gparted version variable is empty" 6
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Create diagnostic tools directory and config file
|
# Create diagnostic tools directory and config file
|
||||||
|
|
Loading…
Reference in New Issue