Skip to content

Commit

Permalink
Properly display the names in debloating
Browse files Browse the repository at this point in the history
Signed-off-by: Val Mandantes <mandantesv@gmail.com>
  • Loading branch information
veez21 committed Dec 9, 2018
1 parent 8e2bbb7 commit a262a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/xbin/debloat
Expand Up @@ -93,8 +93,8 @@ debloat_app() {
echo " - App is updated, uninstall updates in Settings App"
fi
}
echo "${R}${1}${N} uninstalled";;
n|N) echo "${R}${1}${N} cancelled";;
echo "${R}${1}${N} uninstalled" | tr '%_' ' ';;
n|N) echo "${R}${1}${N} cancelled" | tr '%_' ' ';;
*) echo "Invalid!";;
esac
fi
Expand Down

0 comments on commit a262a54

Please sign in to comment.