create config dir if not exist

This commit is contained in:
Daniel Steglich 2015-02-23 20:03:36 +00:00
parent 2dbdc0c685
commit fa3b5ae9e6

View File

@ -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