Set scripts to new run_directory norm
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
run_directory=$(dirname "$0")
 | 
			
		||||
run_directory=$(dirname $(readlink -f "$0"))
 | 
			
		||||
 | 
			
		||||
source "$run_directory/variables.conf"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
  # 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
 | 
			
		||||
 | 
			
		||||
run_directory=$(dirname "$0")
 | 
			
		||||
run_directory=$(dirname $(readlink -f "$0"))
 | 
			
		||||
source "$run_directory/variables.conf"
 | 
			
		||||
 | 
			
		||||
# Parameters
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user