You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,4 +76,4 @@ chmod +x output/backup.sh
76
76
chmod +x output/setup-server.sh
77
77
78
78
sed "s/@APPLICATION_SERVER_IP@/${application_server_ip}/g"< template/ubuntu-16.04/iptables-database-server.cfg > output/iptables-database-server.cfg
79
-
sed "s/@MONIT_EMAIL_SERVER@/${monit_smtp_host}/g;s/@MONIT_EMAIL_PORT@/${monit_smtp_port}/g;s/@MONIT_EMAIL_USERNAME@/${monit_smtp_username}/g;s/@MONIT_EMAIL_PASSWORD@/${monit_smtp_password}/g;s/@MONIT_EMAIL_ENCRYPTION@/${monit_smtp_encryption}/g"< template/ubuntu-16.04/monitrc > output/monitrc
79
+
sed "s/@MONIT_EMAIL_SERVER@/${monit_smtp_host}/g;s/@MONIT_EMAIL_PORT@/${monit_smtp_port}/g;s/@MONIT_EMAIL_USERNAME@/${monit_smtp_username}/g;s/@MONIT_EMAIL_PASSWORD@/${monit_smtp_password}/g;s/@MONIT_EMAIL_ENCRYPTION@/${monit_smtp_encryption}/g;s/@MONIT_ALERT_EMAIL@/${monit_alert_email}/g"< template/ubuntu-16.04/monitrc > output/monitrc
echo"Setting up the server. This might take a few minutes. There will be a log file in /root/setup.log after this is complete in case anything failed."
0 commit comments