diff options
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7d5f4aa57..fe35ce879 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -821,8 +821,7 @@ Check_defaults () ntfs) if [ ! -x "$(which ntfs-3g 2>/dev/null)" ] then - Echo_error "Using ntfs as the binary filesystem is currently only supported" - Echo_error "if ntfs-3g is installed on the host system." + Echo_error "Using ntfs as the binary filesystem is currently only supported if ntfs-3g is installed on the host system." exit 1 fi |