Change `zsh` absolute path.

Change `zhs` absolute path to `/usr/bin/zsh`.
This commit is contained in:
Kazuhiro MUSASHI 2019-08-10 17:19:08 +08:00
parent 7f53f10bb6
commit b3a7f44b09
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ user 'kazu634' do
create_home true create_home true
home HOME home HOME
shell '/bin/zsh' shell '/usr/bin/zsh'
end end
# Create directories: # Create directories: