docs & faq update

This commit is contained in:
2023-01-09 17:10:08 +02:00
parent e3ee5de0e1
commit 0d092851bf
4 changed files with 41 additions and 1 deletions

View File

@ -47,6 +47,9 @@ if [ -n "$AHRIMAN_UNIX_SOCKET" ]; then
fi
ahriman "${AHRIMAN_DEFAULT_ARGS[@]}" repo-setup "${AHRIMAN_SETUP_ARGS[@]}"
# validate configuration if set
[ -n "$AHRIMAN_VALIDATE_CONFIGURATION" ] && ahriman "${AHRIMAN_DEFAULT_ARGS[@]}" repo-config-validate --exit-code
# create machine-id which is required by build tools
systemd-machine-id-setup &> /dev/null