GRML_SMALL/98-clean-chroot: remove "set -x" not suited for release
authorMichael Prokop <mika@grml.org>
Mon, 9 Jan 2012 15:45:40 +0000 (16:45 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 9 Jan 2012 15:45:49 +0000 (16:45 +0100)
etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot

index 25e01f4..6e197e6 100755 (executable)
@@ -17,6 +17,5 @@ if [ -d $target/usr/share/doc/grml-docs ] ; then
   mv $target/usr/share/doc/grml-docs $target/tmp/
 fi
 
-set -x
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2