diff options
Diffstat (limited to 'mmc_updater/src/UpdaterOptions.h')
-rw-r--r-- | mmc_updater/src/UpdaterOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mmc_updater/src/UpdaterOptions.h b/mmc_updater/src/UpdaterOptions.h index a8496d9f..b4473a82 100644 --- a/mmc_updater/src/UpdaterOptions.h +++ b/mmc_updater/src/UpdaterOptions.h @@ -14,6 +14,7 @@ class UpdaterOptions std::string installDir; std::string packageDir; std::string scriptPath; + std::string finishCmd; PLATFORM_PID waitPid; std::string logFile; bool showVersion; |