summaryrefslogtreecommitdiffstats
path: root/globetrotter/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'globetrotter/make_live')
-rwxr-xr-xglobetrotter/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/make_live b/globetrotter/make_live
index c488008b3..0fe8e5df4 100755
--- a/globetrotter/make_live
+++ b/globetrotter/make_live
@@ -99,7 +99,7 @@ sub formatdisk {
#@ARGV <= 1 or die "usage: make_live [live_location=/tmp/live_tree]\n";
if (!find { m!/proc/bus/usb! } run_program::get_stdout('mount')) {
- warn "USB service is *NOT* started";
+ warn "USB service is *NOT* started" if !$rescue;
run_program::get_stdout('service', 'usb', 'start');
}