]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
remove unnecessary double quotes breaking cron on OpenBSD 29/head
authorprx <prx@si3t.ch>
Fri, 10 May 2024 18:50:16 +0000 (20:50 +0200)
committerprx <prx@si3t.ch>
Fri, 10 May 2024 18:50:16 +0000 (20:50 +0200)
src/mlmmj-make-ml.in

index b6c707ca9bc23d60fe73e28eee3fbbcc2ea41a58..e960ff0c83fdfdefa1354623491aba744ab38322 100755 (executable)
@@ -152,7 +152,7 @@ if [ -z "$MLMMJMAINTD" ]; then
 fi
 
 ALIAS="$LISTNAME:  \"|$MLMMJRECEIVE -L $LISTDIR/\""
-CRONENTRY="0 */2 * * * \"$MLMMJMAINTD -F -L $LISTDIR/\""
+CRONENTRY="0 */2 * * * $MLMMJMAINTD -F -L $LISTDIR/"
 
 
 if [ -z "$ADDALIAS" ]; then