Merge pull request #7 from turboaaa/patch-1
Replace add_config_value with native postconf
This commit is contained in:
		
							
								
								
									
										4
									
								
								run.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								run.sh
									
									
									
									
									
								
							@@ -10,9 +10,7 @@ function add_config_value() {
 | 
				
			|||||||
  [ "${value}" == "" ] && echo "ERROR: No value set !!" && exit 1
 | 
					  [ "${value}" == "" ] && echo "ERROR: No value set !!" && exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  echo "Setting configuration option ${key} with value: ${value}"
 | 
					  echo "Setting configuration option ${key} with value: ${value}"
 | 
				
			||||||
  sed -i -e "/^#\?\(\s*${key}\s*=\s*\).*/{s//\1${value}/;:a;n;:ba;q}" \
 | 
					 postconf -e "${key} = ${value}"
 | 
				
			||||||
         -e "\$a${key}=${value}" \
 | 
					 | 
				
			||||||
         ${config_file}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[ -z "${SMTP_SERVER}" ] && echo "SMTP_SERVER is not set" && exit 1
 | 
					[ -z "${SMTP_SERVER}" ] && echo "SMTP_SERVER is not set" && exit 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user