mirror of
				https://github.com/craigerl/aprsd.git
				synced 2025-11-03 21:20:23 -05:00 
			
		
		
		
	Updated docker/bin/run.sh to use new conf
This patch updates the docker shell run script to use the new aprsd.conf file. The new aprsd config is an aprsd.conf file now not, aprsd.yml
This commit is contained in:
		
							parent
							
								
									ed284a42cc
								
							
						
					
					
						commit
						79e7ed1e91
					
				@ -20,7 +20,7 @@ fi
 | 
			
		||||
echo "Log level is set to ${LOG_LEVEL}";
 | 
			
		||||
 | 
			
		||||
# check to see if there is a config file
 | 
			
		||||
APRSD_CONFIG="/config/aprsd.yml"
 | 
			
		||||
APRSD_CONFIG="/config/aprsd.conf"
 | 
			
		||||
if [ ! -e "$APRSD_CONFIG" ]; then
 | 
			
		||||
    echo "'$APRSD_CONFIG' File does not exist. Creating."
 | 
			
		||||
    aprsd sample-config > $APRSD_CONFIG
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user