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"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -f $run_directory/.disabled ]; then
 | 
					if [ -f $run_directory/.disabled ]; then
 | 
				
			||||||
  echo "Installation is disabled. Exiting..."
 | 
					  echo "Installation is disabled. Exiting..."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user