diff options
Diffstat (limited to 'functions')
-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 1f7629b..4c78dbc 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -113,7 +113,7 @@ Set_defaults () then LH_BOOTSTRAP="cdebootstrap" else - echo "E: Can't process file /usr/bin/cdebootstrap or /usr/sbin/debootstrap (FIXME)" + echo "E: Can't process file /usr/sbin/debootstrap or /usr/bin/cdebootstrap (FIXME)" exit 1 fi ;; |