@ -172,7 +172,7 @@ function get_new_context {
context_sh $MOUNT_DIR
elif find '/context' -mindepth 1 -print -quit 2>/dev/null | grep -q .; then
elif find '/context' -mindepth 1 -print 2>/dev/null | grep -q .; then
mount_dir
cp /context/* "${MOUNT_DIR}"
context_sh "${MOUNT_DIR}"