Skip to content

Commit

Permalink
bug fix: fix config location when running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 23, 2024
1 parent 4a9975e commit 93f6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backup_appdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ config_file() {
if [ -n "$DOCKER_ENV" ]; then
config_dir="${CONFIG_DIR:-$parent_dir/config/}"
else
config_dir="${parent_dir}/config/"
config_dir="${parent_dir}/config"
fi
config_file="${config_dir}/backup_appdata.conf"

Expand Down

0 comments on commit 93f6042

Please sign in to comment.