Fixed logging error
This commit is contained in:
parent
a7a22c3b79
commit
da90bae34f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
### Configure Firewall
|
### Configure Firewall
|
||||||
if [ -d /Applications ] && [ -d /System ]; then
|
if [ -d /Applications ] && [ -d /System ]; then
|
||||||
logg info 'Disabling the block all incoming traffic option in the system Firewall settings'
|
logg info 'Disabling the block all incoming traffic option in the system Firewall settings'
|
||||||
/usr/libexec/ApplicationFirewall/socketfilterfw --setblockall off || logg error 'Failed to disable incoming traffic block in the system Firewall' && logg info 'Manually disable the option under "System Preferences" > "Network" > "Firewall" > "Incoming Traffic Block Toggle"'
|
/usr/libexec/ApplicationFirewall/socketfilterfw --setblockall off || (logg error 'Failed to disable incoming traffic block in the system Firewall' && logg info 'Manually disable the option under "System Preferences" > "Network" > "Firewall" > "Incoming Traffic Block Toggle"')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### System upgrade on macOS
|
### System upgrade on macOS
|
||||||
|
|
Loading…
Reference in a new issue