mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Convert remaining print calls to echo in bootstrap script
This commit is contained in:
		@@ -5,9 +5,9 @@ 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -n "Cloning TFW repositories... "
 | 
					echo -n "Cloning TFW repositories... "
 | 
				
			||||||
printf "baseimage... " && git clone git@github.com:avatao-content/baseimage-tutorial-framework.git >> $LOGFILE 2>&1
 | 
					echo -n "baseimage... " && git clone git@github.com:avatao-content/baseimage-tutorial-framework.git >> $LOGFILE 2>&1
 | 
				
			||||||
printf "frontend... " && git clone git@github.com:avatao-content/frontend-tutorial-framework.git >> $LOGFILE 2>&1
 | 
					echo -n "frontend... " && git clone git@github.com:avatao-content/frontend-tutorial-framework.git >> $LOGFILE 2>&1
 | 
				
			||||||
printf "test... " && git clone git@github.com:avatao-content/test-tutorial-framework.git >> $LOGFILE 2>&1
 | 
					echo -n "test... " && git clone git@github.com:avatao-content/test-tutorial-framework.git >> $LOGFILE 2>&1
 | 
				
			||||||
echo "Done!"
 | 
					echo "Done!"
 | 
				
			||||||
echo
 | 
					echo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user