From ddfdf83463e22272b135c02579ba8fcd3d698a73 Mon Sep 17 00:00:00 2001 From: r00t Date: Mon, 22 Dec 2014 12:16:13 -0500 Subject: [PATCH] updating packages.both... --- extra/packages.both | 2 +- lib/mk.chroot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/packages.both b/extra/packages.both index d722abc..cc7956d 100644 --- a/extra/packages.both +++ b/extra/packages.both @@ -218,7 +218,7 @@ php php-fpm php-gd php-mcrypt -phrasendrescher +#phrasendrescher pigz pkgfile pkgtools diff --git a/lib/mk.chroot.sh b/lib/mk.chroot.sh index 273401c..3081058 100755 --- a/lib/mk.chroot.sh +++ b/lib/mk.chroot.sh @@ -212,7 +212,7 @@ EOF echo "${REGUSR} ALL=(ALL) ALL" >> ${i}/etc/sudoers.d/${REGUSR} if [ -n "${REGUSR_PASS}" ]; then - ${CHROOTCMD} ${i}/ echo "${REGUSR}:${REGUSR_PASS}" | chpasswd -e + ${CHROOTCMD} ${i}/ "echo ${REGUSR}:${REGUSR_PASS} | chpasswd -e" fi # COMMENT THIS LINE IF YOU WANT TO SET A ROOT PASSWORD ${CHROOTCMD} ${i}/ usermod -L root