bugfix: Configuration NOT Saved? Can't open '/etc/ared_include/system_netled'

File wasn't created on boot due to a missing space in if statment.

In addition other services would not start.
This commit is contained in:
Conrad Lara - KG6JEI 2015-04-07 08:51:32 -07:00
parent f6f3aaef9e
commit 908626336f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ boot() {
# Save system NET LED settings
if [ ! -f /etc/aredn_include/system_netled]
if [ ! -f /etc/aredn_include/system_netled ]
then
mkdir -p /etc/aredn_include
touch /etc/aredn_include/system_netled