Skip to content

Commit

Permalink
fix: templating for /etc/sysconfig/ path
Browse files Browse the repository at this point in the history
$prog is undefined at this point
  • Loading branch information
dwhjames committed Apr 4, 2015
1 parent 45bc5db commit 0f579d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# Source from sysconfig
# This order means system config appends/overrides package config
[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
[ -e /etc/sysconfig/${{app_name}} ] && . /etc/sysconfig/${{app_name}}

exec="${{chdir}}/bin/${{exec}}"
prog="${{app_name}}"
Expand Down

0 comments on commit 0f579d6

Please sign in to comment.