Merge pull request #4469 from jprjr/fix-rspamd
rspamd: remove non-breaking space from run script
This commit is contained in:
commit
3838bdf0e5
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec rspamd -f ${OPTS}
|
exec rspamd -f ${OPTS}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'rspamd'
|
# Template file for 'rspamd'
|
||||||
pkgname=rspamd
|
pkgname=rspamd
|
||||||
version=1.2.8
|
version=1.2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DRSPAMD_USER=rspamd
|
-DRSPAMD_USER=rspamd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user