Fix crontab in start script
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test build / build (push) Successful in 7m14s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test build / build (push) Successful in 7m14s
				
			This commit is contained in:
		
							parent
							
								
									2991cbaf01
								
							
						
					
					
						commit
						aae340d034
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								start.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								start.sh
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -63,7 +63,7 @@ if [ ! -e /srv/.vimrc ]; then
 | 
			
		|||
fi
 | 
			
		||||
 | 
			
		||||
# Crontab
 | 
			
		||||
if [ test ! -e /srv/conf/crontab]; then
 | 
			
		||||
if [ test ! -e /srv/conf/crontab ]; then
 | 
			
		||||
    echo 'PATH=/srv/bin/primary_tech:/srv/bin/primary_tech/sbin:/srv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/sbin:/srv/bin/primary_tech:/srv/bin/primary_tech/sbin:/srv/bin:/srv/bin/active_bun:/srv/bin/active_deno:/srv/bin/active_golang:/srv/bin/active_node:/srv/bin/active_openjdk:/srv/bin/active_php:/srv/bin/active_python:/srv/bin/active_ruby' > /srv/conf/crontab
 | 
			
		||||
    echo "" >> /srv/conf/crontab
 | 
			
		||||
    echo "" >> /srv/conf/crontab
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue