updating packages.both...

This commit is contained in:
brent s. 2014-12-22 12:16:13 -05:00
parent 51473b2403
commit ddfdf83463
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ php
php-fpm
php-gd
php-mcrypt
phrasendrescher
#phrasendrescher
pigz
pkgfile
pkgtools

View File

@ -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