Skip to content

Commit

Permalink
Merge pull request #17 from ajragusa/master
Browse files Browse the repository at this point in the history
fixing the fvd init script
  • Loading branch information
ajragusa committed Dec 1, 2014
2 parents defe861 + 16352cf commit ff8b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/etc/fvd-init-rh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options=" "
username=_oess
lockfile=/var/lock/subsys/$name
command="$exec_file -u $username $options"
PIDFILE=/var/run/oess/$name.pid
PIDFILE=/var/run/oess/oess-$name.pid

#see how we were called.
case "$1" in
Expand Down

0 comments on commit ff8b38b

Please sign in to comment.