Change `zsh` absolute path.
Change `zhs` absolute path to `/usr/bin/zsh`.
This commit is contained in:
parent
7f53f10bb6
commit
b3a7f44b09
|
@ -7,7 +7,7 @@ user 'kazu634' do
|
|||
create_home true
|
||||
home HOME
|
||||
|
||||
shell '/bin/zsh'
|
||||
shell '/usr/bin/zsh'
|
||||
end
|
||||
|
||||
# Create directories:
|
||||
|
|
Loading…
Reference in New Issue