diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 16f40a9b8..477c6b83f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -97,7 +97,7 @@ Set_defaults () LH_BOOTSTRAP="cdebootstrap" else Echo_error "Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install" - Echo_error "E: debootstrap or cdebootstrap, or specify an alternative bootstrapping utility." + Echo_error "debootstrap or cdebootstrap, or specify an alternative bootstrapping utility." exit 1 fi fi |