Removed debug messages in usher

This commit is contained in:
2017-05-20 09:26:33 -05:00
parent 17afdf7765
commit c635cf014c
2 changed files with 1 additions and 5 deletions

View File

@@ -7,10 +7,6 @@ case $1 in
exit 0
;;
postinst)
echo "[ENVIRONMENT]\n"
env
echo "TARGET: ${TARGET}"
if [[ ${TARGET} ]]; then
chroot ${TARGET} update-rc required
else