mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-04 12:28:04 +00:00 
			
		
		
		
	chore: investigate "no such file or directory"
This commit is contained in:
		@@ -7,6 +7,8 @@ get_yaml_array RUN '.run[]' "$1"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
cd "$CONFIG_DIRECTORY/scripts"
 | 
					cd "$CONFIG_DIRECTORY/scripts"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pwd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for CMD in "${RUN[@]}"; do
 | 
					for CMD in "${RUN[@]}"; do
 | 
				
			||||||
    echo "Running command: $CMD"
 | 
					    echo "Running command: $CMD"
 | 
				
			||||||
    $CMD
 | 
					    $CMD
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user