remove checkFolders from other scripts
reason - it breaks running TB for MacOS users; will update site documentation accordingly
This commit is contained in:
		
							parent
							
								
									801a1baab4
								
							
						
					
					
						commit
						0725679689
					
				@ -51,8 +51,6 @@ ADDITIONAL_CACHE_ARGS=$(additionalComposeCacheArgs) || exit $?
 | 
			
		||||
 | 
			
		||||
ADDITIONAL_STARTUP_SERVICES=$(additionalStartupServices) || exit $?
 | 
			
		||||
 | 
			
		||||
checkFolders --create || exit $?
 | 
			
		||||
 | 
			
		||||
if [ ! -z "${ADDITIONAL_STARTUP_SERVICES// }" ]; then
 | 
			
		||||
 | 
			
		||||
    COMPOSE_ARGS="\
 | 
			
		||||
 | 
			
		||||
@ -29,8 +29,6 @@ ADDITIONAL_CACHE_ARGS=$(additionalComposeCacheArgs) || exit $?
 | 
			
		||||
 | 
			
		||||
ADDITIONAL_COMPOSE_MONITORING_ARGS=$(additionalComposeMonitoringArgs) || exit $?
 | 
			
		||||
 | 
			
		||||
checkFolders --create || exit $?
 | 
			
		||||
 | 
			
		||||
COMPOSE_ARGS="\
 | 
			
		||||
      -f docker-compose.yml ${ADDITIONAL_CACHE_ARGS} ${ADDITIONAL_COMPOSE_ARGS} ${ADDITIONAL_COMPOSE_QUEUE_ARGS} ${ADDITIONAL_COMPOSE_MONITORING_ARGS} \
 | 
			
		||||
      up -d"
 | 
			
		||||
 | 
			
		||||
@ -44,8 +44,6 @@ ADDITIONAL_CACHE_ARGS=$(additionalComposeCacheArgs) || exit $?
 | 
			
		||||
 | 
			
		||||
ADDITIONAL_STARTUP_SERVICES=$(additionalStartupServices) || exit $?
 | 
			
		||||
 | 
			
		||||
checkFolders --create || exit $?
 | 
			
		||||
 | 
			
		||||
COMPOSE_ARGS_PULL="\
 | 
			
		||||
      -f docker-compose.yml ${ADDITIONAL_CACHE_ARGS} ${ADDITIONAL_COMPOSE_ARGS} ${ADDITIONAL_COMPOSE_QUEUE_ARGS} \
 | 
			
		||||
      pull \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user