From: bigmike160 Date: Sun, 7 Oct 2007 16:35:10 +0000 (+0000) Subject: create-user: Fix idempotency issue at end of file X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/b7b1cdff58b26cd7bef09bb781e18c2af6176ae3?hp=b7b1cdff58b26cd7bef09bb781e18c2af6176ae3 create-user: Fix idempotency issue at end of file - Call chown after every mkdir. - Standardize on lack of trailing slash in mkdir and chown calls. - Specify both user and group on every chown call. - Separate and comment some long stanzas. - Remove chown -R and FIXME at end. ---