Skip to content

Commit

Permalink
Fix existing folder error when creating download directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Sep 12, 2023
1 parent eec7d11 commit 4bf8d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_meterstoha/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi

if bashio::config.has_value download_folder ; then
# shellcheck disable=SC2089
mkdir "$(bashio::config download_folder)"
mkdir -p "$(bashio::config download_folder)"
fi

if bashio::config.has_value logs_folder ; then
Expand Down

0 comments on commit 4bf8d86

Please sign in to comment.