u
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user