This commit is contained in:
committer@tuxwarrior
2025-02-24 20:08:46 -05:00
parent f3323db48d
commit afbaeaa843

View File

@@ -67,8 +67,11 @@ create_dir() {
then
echo ""
echo "error: unable to create the directory '${_directory}'"
echo " failed command:"
echo " runuser -l ${system_user} -c '${mkdir_command}'"
echo " command:"
echo " runuser -l ${system_user} -c '${mkdir_command}'"
mkdir -p "${_directory}"
fi
}