Skip to content
Snippets Groups Projects
Commit 5c70d0c1 authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

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

parents 93d5e4b1 68d23046
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ case "$1" in ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment