Set the ipfs user's shell to bash

This commit is contained in:
Greg Karékinian
2019-03-13 11:00:06 +01:00
parent f6119a045f
commit fee449f347
3 changed files with 3 additions and 2 deletions

View File

@@ -33,5 +33,6 @@ user 'ipfs' do
uid 4737
gid 4737
home '/home/ipfs'
shell '/bin/bash'
manage_home true
end