Skip to content

Commit

Permalink
Update 91-qbittorrent_configuration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 15, 2023
1 parent 55b6197 commit 4b81f4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set -e
# INIT #
##########

if [ -f /REBOOT ]; then
rm /REBOOT
fi

# Define preferences line
CONFIG_LOCATION=/config/qBittorrent/config/
mkdir -p "$CONFIG_LOCATION"
Expand Down

0 comments on commit 4b81f4c

Please sign in to comment.