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