stupid semicolons
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user