Skip to content

Commit

Permalink
Fix wrong variable name: OPENHAB_BACKUP (openhab#758)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Reiter <me@reitermark.us>
  • Loading branch information
reitermarkus authored and cweitkamp committed Sep 7, 2018
1 parent 4fc07e9 commit 14a9fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -z ${OPENHAB_LOGDIR} ]; then
export OPENHAB_LOGDIR="${OPENHAB_USERDATA}/logs"
fi

if [ -z ${OPENHAB_BACKUP} ]; then
if [ -z ${OPENHAB_BACKUPS} ]; then
export OPENHAB_BACKUPS="${OPENHAB_HOME}/backups"
fi

Expand Down

0 comments on commit 14a9fd1

Please sign in to comment.