Fix: forgot to define run_directory in DL install script

This commit is contained in:
Alexandre CATTEAU 2022-06-06 15:44:39 +02:00
parent 9990b08852
commit ff3093119c

View File

@ -9,6 +9,7 @@
# We can enter an infinite loop, but this will effectively prevent transmission from connecting # We can enter an infinite loop, but this will effectively prevent transmission from connecting
# If both services are stopped, this script will never be run by error # If both services are stopped, this script will never be run by error
run_directory=$(dirname "$0")
source "$run_directory/variables.conf" source "$run_directory/variables.conf"
# Parameters # Parameters