~tormodvolden/casper/excessive-mounting

« back to all changes in this revision

Viewing changes to scripts/casper-bottom/10adduser

  • Committer: Evan Dandrea
  • Date: 2009-07-21 13:06:28 UTC
  • Revision ID: evan.dandrea@canonical.com-20090721130628-831s9uol63k130m1
Clean up path separators.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        targetfile="/home/$USERNAME/Desktop/$(basename "$file")"
62
62
        chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop
63
63
        chroot /root install -D -o $USERNAME -g $USERNAME $file $targetfile
64
 
        sed -i "s/RELEASE/$RELEASE/" "/root/$targetfile"
65
 
        chown $USERNAME "/root/$targetfile"
 
64
        sed -i "s/RELEASE/$RELEASE/" "/root$targetfile"
 
65
        chown $USERNAME "/root$targetfile"
66
66
        break
67
67
    fi
68
68
done