Set install script to new run_directory norm
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run_directory=$(dirname "$0")
 | 
					run_directory=$(dirname $(readlink -f "$0"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# WARNING Unlike our usual install scripts, this one should NEVER be run unattended;
 | 
					# WARNING Unlike our usual install scripts, this one should NEVER be run unattended;
 | 
				
			||||||
# Make sure to create .disabled file.
 | 
					# Make sure to create .disabled file.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user