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

pull/13/head
Joshua Colp 6 years ago committed by Gerrit Code Review
commit 3bd7725ce1

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

Loading…
Cancel
Save