Mono repo -> Master (#22553)
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
Этот коммит содержится в:
11
server/scripts/prereq-check-enterprise.sh
Исполняемый файл
11
server/scripts/prereq-check-enterprise.sh
Исполняемый файл
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
check_prereq()
|
||||
{
|
||||
local dependency=$1
|
||||
type "$dependency" >/dev/null 2>&1 || { echo >&2 "Mattermost Enterprise requires '$dependency' but it doesn't appear to be installed. Aborting."; exit 1; }
|
||||
}
|
||||
|
||||
echo "Checking enterprise prerequisites"
|
||||
|
||||
check_prereq 'xmlsec1'
|
||||
Ссылка в новой задаче
Block a user