This commit is contained in:
committer@tuxwarrior
2025-02-24 20:05:24 -05:00
parent 4b5beb1398
commit f3323db48d

View File

@@ -66,8 +66,9 @@ create_dir() {
if ! [ -d "$_directory" ] if ! [ -d "$_directory" ]
then then
echo "" echo ""
echo "error: unable to create the directory '${_directory}' as user '${system_user}'" echo "error: unable to create the directory '${_directory}'"
echo " failed command: '${mkdir_command}'" echo " failed command:"
echo " runuser -l ${system_user} -c '${mkdir_command}'"
fi fi
} }