From c635cf014c57dd0cd63e4ff7d46a58db2acc5963 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 20 May 2017 09:26:33 -0500 Subject: [PATCH] Removed debug messages in usher --- Makefile | 2 +- SNAP/usher | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fbe05b0..5cee310 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DESC = This package supplies the base system init scripts for sysvinit ARCHIVE := '' SRCDIR := $(PWD)/SRC/initscripts PATCHDIR := $(PWD)/SRC/patches -VERSION := 1.1-0 +VERSION := 1.1-1 include /usr/share/snap/Makefile.snaplinux diff --git a/SNAP/usher b/SNAP/usher index 7029bcc..dde5d67 100755 --- a/SNAP/usher +++ b/SNAP/usher @@ -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