Set the ipfs user's shell to bash
This commit is contained in:
parent
f6119a045f
commit
fee449f347
@ -20,7 +20,7 @@
|
|||||||
"recipes": {
|
"recipes": {
|
||||||
|
|
||||||
},
|
},
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"source_url": "https://github.com/67P/ipfs-cookbook",
|
"source_url": "https://github.com/67P/ipfs-cookbook",
|
||||||
"issues_url": "https://github.com/67P/ipfs-cookbook/issues",
|
"issues_url": "https://github.com/67P/ipfs-cookbook/issues",
|
||||||
"privacy": false,
|
"privacy": false,
|
||||||
|
@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
|
|||||||
license 'MIT'
|
license 'MIT'
|
||||||
description 'Installs/Configures ipfs'
|
description 'Installs/Configures ipfs'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '0.1.1'
|
version '0.1.2'
|
||||||
|
|
||||||
supports %w(ubuntu debian)
|
supports %w(ubuntu debian)
|
||||||
|
|
||||||
|
@ -33,5 +33,6 @@ user 'ipfs' do
|
|||||||
uid 4737
|
uid 4737
|
||||||
gid 4737
|
gid 4737
|
||||||
home '/home/ipfs'
|
home '/home/ipfs'
|
||||||
|
shell '/bin/bash'
|
||||||
manage_home true
|
manage_home true
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user