stupid semicolons

This commit is contained in:
2021-11-30 17:29:37 -05:00
parent 6db232081a
commit cbdfa1f62b

View File

@@ -35,13 +35,13 @@ if (count($argv) > 1) {
# Master Node/Router
$wanInterface = 'wan';
$gatewayName = 'WAN_GW';
$wanStaticIP = '192.168.101.1'
$wanStaticIPSubnet = '30'
$wanStaticIP = '192.168.101.1';
$wanStaticIPSubnet = '30';
# Backup Node/Router
$syncIP = $config['hasync']['synchronizetoip']
$syncUsername = $config['hasync']['username']
$syncPassword = $config['hasync']['password']
$syncIP = $config['hasync']['synchronizetoip'];
$syncUsername = $config['hasync']['username'];
$syncPassword = $config['hasync']['password'];
###################
# Start of Script #