Merge "Variable ALTCONF ignored when service is used in Debian" into 16

This commit is contained in:
Joshua Colp
2019-03-18 05:33:17 -05:00
committed by Gerrit Code Review

View File

@@ -85,7 +85,7 @@ case "$1" in
chgrp $AST_GROUP $ASTVARRUNDIR
fi
if [ $ALTCONF ]; then
ASTARGS="$ASTARGS -C \"$ALTCONF\""
ASTARGS="$ASTARGS -C $ALTCONF"
fi
if [ "x$COREDUMP" = "xyes" ]; then
ASTARGS="$ASTARGS -g"