#!/bin/bash
set -eu
mkdir -p "$TRIM_PKGVAR/log"
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
"${SCRIPT_DIR}/set_password"
exit 0
