Skip to content

Commit

Permalink
Merge pull request #108 from Drazzilb08/plex-backup-fixes
Browse files Browse the repository at this point in the history
Fix: script will look in script dir for conf file
  • Loading branch information
Drazzilb08 authored Mar 3, 2024
2 parents 78efdd6 + 8600e5c commit 8b30c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra-scripts/backup_plex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ quiet="False"
unraid_notify="False"

config_dir_setup() {
config_dir=${config_dir%/}
config_dir=$(dirname "$(readlink -f "$0")")

script_path=$(dirname "$0")

Expand Down

0 comments on commit 8b30c49

Please sign in to comment.