binary_includes: Activate when the directory exists (Closes: #1069349)

This commit is contained in:
Roland Clobus 2024-05-03 08:15:14 +02:00
parent 4f7f59f9e5
commit cf963c36b1
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ USAGE="${PROGRAM} [--force]"
# Processing arguments and configuration files
Init_config_data "${@}"
if [ ! -d config/includes.binary ]; then
# Nothing to do
exit 0
fi
Echo_message "Begin copying binary includes..."
# Requiring stage file