Suggestion: If setting up / changing the the default configuration in the bootstrap like: ``` # Configuration KM_USER="km" KM_HOME="/data/km" ``` The creation of the user should be accordingly: `useradd -m -d "$KM_HOME" -s /bin/bash "$KM_USER"`