Check if image upload dir exists

The inotify doesn't work if the image upload
dir doesn't exist. If the image dir doesn't exist log an error.

Change-Id: I2b8c49182f2f19b8343587f4723575b6f6fc8781
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: de8e88316377a42a74c12b850d71cf31086a5217
  1. test/
  2. .gitignore
  3. bmc_version.cpp
  4. bmc_version.hpp
  5. bootstrap.sh
  6. configure.ac
  7. download_manager.cpp
  8. download_manager.hpp
  9. download_manager_main.cpp
  10. image_manager.cpp
  11. image_manager.hpp
  12. image_manager_main.cpp
  13. LICENSE
  14. Makefile.am
  15. README.md
  16. version.cpp
  17. version.hpp
  18. watch.cpp
  19. watch.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.