fix path
This commit is contained in:
parent
08d400c387
commit
4ba0133165
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class mastodon (
|
||||||
'LANG=C.UTF-8',
|
'LANG=C.UTF-8',
|
||||||
"USER=${mastodon_user}",
|
"USER=${mastodon_user}",
|
||||||
],
|
],
|
||||||
creates => "${mastodon_home}/./.mastodon_install",
|
creates => "${mastodon_home}/.mastodon_install",
|
||||||
path => "${mastodon_home}/.rbenv/shims:${mastodon_home}/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
path => "${mastodon_home}/.rbenv/shims:${mastodon_home}/.rbenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||||
timeout => 0,
|
timeout => 0,
|
||||||
require => File['/usr/local/bin/install_mastodon.sh'],
|
require => File['/usr/local/bin/install_mastodon.sh'],
|
||||||
|
|
Loading…
Reference in a new issue