Skip to content

Commit d255b0c

Browse files
committed
Improve output of remove_controller_buddy()
1 parent 35b10c0 commit d255b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstallControllerBuddy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,14 +365,14 @@ function remove_controller_buddy() {
365365
if { [ "$OSTYPE" = msys ] && taskkill -F -IM $cb_exe >/dev/null 2>/dev/null ; } ||
366366
{ [ "$OSTYPE" = linux-gnu ] && killall ControllerBuddy 2>/dev/null ; }
367367
then
368-
log 'Done!'
369368
sleep 2
370369
if [ "$uninstall" != true ]
371370
then
372371
restart=true
373372
fi
374373
fi
375-
374+
log 'Done!'
375+
echo
376376
log 'Removing ControllerBuddy'
377377
find "$cb_dir" -mindepth 1 -not -name "$script_name" -not -path "$cb_bin_dir" -delete
378378
check_retval 'Error: Failed to remove ControllerBuddy'

0 commit comments

Comments
 (0)