#/bin/bash
#installation script
set -e

cd /usr/share/obm-storage/update-install/scripts/creation
bash ./install_obmdb.sh filldata

exit 0
