diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-06-11 16:46:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 16:46:36 -0400 |
commit | 29926eb139725c1cfbfcd0453e4d8a8a30167262 (patch) | |
tree | d3d96acb3a4102e7cac5b19fbf24e55a411a2397 | |
parent | a9d6a8626b9512b2e65aa1640ad322230e6d61b9 (diff) | |
download | multihome-29926eb139725c1cfbfcd0453e4d8a8a30167262.tar.gz |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,7 +87,7 @@ Parsing transfer configuration, if present Creating marker file: /home/example/home_local/hostname/.multihome_controlled ``` -Passing the`-s` (`--script`) option generates the initialization script needed to manage your home directories, `~/.multihome/init`, and can be applied by adding the following snippet to the top of your ~/.bash_profile` (or other POSIX-compatible shell initialization scripts): +Passing the`-s` (`--script`) option generates the initialization script needed to manage your home directories, `~/.multihome/init`, and can be applied by adding the following snippet to the top of your `~/.bash_profile` (or other POSIX-compatible shell initialization scripts): ```bash if [ -f "$HOME/.multihome/init" ]; then @@ -106,7 +106,7 @@ fi ### With a custom account skeleton -When `multihome` creates a new home directory it copies the contents of `/etc/skel`, then `$HOME/.multihome/skel`. +When `multihome` creates a new home directory it copies the contents of `/etc/skel` to `$HOME/.multihome/skel`. ``` $ mkdir -p ~/.multihome/skel |