mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 09:22:56 +00:00 
			
		
		
		
	Empty logfile on bootstrap script start
This commit is contained in:
		@@ -8,6 +8,7 @@ FRONTEND=frontend-${TFW_POSTFIX}
 | 
				
			|||||||
LOGFILE=/tmp/bootstrap_tfw.log
 | 
					LOGFILE=/tmp/bootstrap_tfw.log
 | 
				
			||||||
trap 'echo "Something went wrong. Read the log az $LOGFILE"' ERR
 | 
					trap 'echo "Something went wrong. Read the log az $LOGFILE"' ERR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					: > $LOGFILE
 | 
				
			||||||
echo -n "Cloning TFW repositories... "
 | 
					echo -n "Cloning TFW repositories... "
 | 
				
			||||||
echo -n "baseimage... " && git clone git@github.com:avatao-content/${BASEIMAGE}.git >> $LOGFILE 2>&1
 | 
					echo -n "baseimage... " && git clone git@github.com:avatao-content/${BASEIMAGE}.git >> $LOGFILE 2>&1
 | 
				
			||||||
echo -n "frontend... " && git clone git@github.com:avatao-content/${FRONTEND}.git >> $LOGFILE 2>&1
 | 
					echo -n "frontend... " && git clone git@github.com:avatao-content/${FRONTEND}.git >> $LOGFILE 2>&1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user