correct font path
This commit is contained in:
		
							
								
								
									
										6
									
								
								dash.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								dash.sh
									
									
									
									
									
								
							@@ -11,7 +11,7 @@ if [ $joke_len -gt 50 ]; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
#echo "$date_font $time_font $joke_font"
 | 
			
		||||
date "+%a %b %e" | figlet -Wnctf "$date_font"
 | 
			
		||||
date "+%l:%M %p" | figlet -Wnctf "$time_font"
 | 
			
		||||
echo -e "\n$joke" | figlet -nctf "$joke_font"
 | 
			
		||||
date "+%a %b %e" | figlet -Wnctf "./fonts/$date_font"
 | 
			
		||||
date "+%l:%M %p" | figlet -Wnctf "./fonts/$time_font"
 | 
			
		||||
echo -e "\n$joke" | figlet -nctf "./fonts/$joke_font"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user