#!/usr/bin/env bash

if user_is_root
then
  true "${log_path:="${bdsm_path}/log"}"
else
  true "${log_path:="$HOME/log"}"
fi

