Skip to content

Commit

Permalink
Update Debian init script
Browse files Browse the repository at this point in the history
Fix location of wildfly.conf, addressing #23
  • Loading branch information
bdwyertech committed Apr 1, 2015
1 parent dc91fa9 commit eeac9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/wildfly-init-debian.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

NAME=wildfly
DESC="WildFly Application Server"
DEFAULT="/etc/default/$NAME"
DEFAULT="/etc/default/wildfly.conf"

# Check privileges
if [ `id -u` -ne 0 ]; then
Expand Down

0 comments on commit eeac9a6

Please sign in to comment.