u
This commit is contained in:
@@ -67,8 +67,11 @@ create_dir() {
|
|||||||
then
|
then
|
||||||
echo ""
|
echo ""
|
||||||
echo "error: unable to create the directory '${_directory}'"
|
echo "error: unable to create the directory '${_directory}'"
|
||||||
echo " failed command:"
|
echo " command:"
|
||||||
echo " runuser -l ${system_user} -c '${mkdir_command}'"
|
echo " runuser -l ${system_user} -c '${mkdir_command}'"
|
||||||
|
|
||||||
|
mkdir -p "${_directory}"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user