This commit is contained in:
Antonio J. Delgado 2024-04-18 22:36:38 +03:00
parent 08d400c387
commit 4ba0133165

View file

@ -303,7 +303,7 @@ class mastodon (
'LANG=C.UTF-8',
"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",
timeout => 0,
require => File['/usr/local/bin/install_mastodon.sh'],