Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed May 6, 2024
1 parent 27c7009 commit 476728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

exec { 'download goatcounter':
command => "/usr/bin/curl -sL '${url}' | gunzip > ${binfile} && chmod a+x ${binfile}",
unless => "test -e ${binfile} && ${binfile} version | grep version=${version}",
unless => "/usr/bin/test -e ${binfile} && ${binfile} version | grep version=${version}",
}

-> file { [$dbdir, '/var/log/goatcounter']:
Expand Down

0 comments on commit 476728c

Please sign in to comment.