Skip to content

Commit

Permalink
Let chown use the $LOGDIR variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jweyrich committed Jul 1, 2013
1 parent b2e3409 commit c41bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/debian/init.d/redis-commander
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case "$1" in
exit 1
fi
# Change the log permissions.
chown -R $USER:adm /var/log/redis-commander
chown -R $USER:adm $LOGDIR
fi

log_end_msg 0
Expand Down

0 comments on commit c41bd69

Please sign in to comment.