Skip to content

Commit

Permalink
v7.2
Browse files Browse the repository at this point in the history
+ DietPi-Arr_to_RAM | Fix radarr input argument detection
  • Loading branch information
MichaIng authored Apr 29, 2021
1 parent a9e4c76 commit 4b171a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/misc/dietpi-arr_to_RAM
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Supported programs:
fi
fi
# - Radarr
if [[ ${INPUT_PROG:-sonarr} == 'sonarr' ]]
if [[ ${INPUT_PROG:-radarr} == 'radarr' ]]
then
# v3
if [[ -f '/mnt/dietpi_userdata/radarr/radarr.db' || -f '/mnt/dietpi_userdata/radarr/radarr.db.bak' ]]
Expand Down

0 comments on commit 4b171a1

Please sign in to comment.