mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
create config dir if not exist
This commit is contained in:
parent
2dbdc0c685
commit
fa3b5ae9e6
@ -84,6 +84,7 @@ doGetOpt()
|
||||
|
||||
doWriteCFG()
|
||||
{
|
||||
mkdir $CFGDIR 2> /dev/null
|
||||
#always write to the inactive config - needs to be enabled vi "start" command later
|
||||
FILE=$CFG_disabled
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user