Auto create dataDir on preEnable

If the extension is upgraded the install will be skipped, but the
uninstall will be called.  Uninstall will delete the dataDir, and
subsequent calls will fail.  Ensure this directory always exists.
This commit is contained in:
Christopher Boumenot 2017-11-08 21:17:06 -08:00
Родитель 52352b2a44
Коммит abad04b4fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,6 @@
"disableCommand": "bin/custom-script-shim disable",
"rebootAfterInstall": false,
"reportHeartbeat": false,
"updateMode": "UpdateWithoutInstall"
"updateMode": "UpdateWithInstall"
}
}]