Set bash as the shell for the ipfs user

This commit is contained in:
Greg 2019-03-13 10:55:54 +01:00
parent 0668eae4c5
commit 78d3edfd78
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'Installs/Configures ipfs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.1'
version '0.1.2'
supports %w(ubuntu debian)

View File

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