~ubuntu-branches/ubuntu/oneiric/migration-assistant/oneiric

« back to all changes in this revision

Viewing changes to ma-script-utils

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2009-04-09 10:34:46 UTC
  • mfrom: (15.1.1 hardy-proposed)
  • Revision ID: james.westby@ubuntu.com-20090409103446-crc9i1pyw8wxa408
Tags: 0.6.4
If there are no items to import, don't bother asking the question.
This supports a change to ubiquity to not always show the migration-
assistant page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
        fi
193
193
 
194
194
        # Set the password
195
 
        $chroot $ROOT chpasswd -m <<EOF
 
195
        $chroot $ROOT chpasswd <<EOF
196
196
$username:$password
197
197
EOF
198
198