Create v-ensure-poold-folders-not-empty

This commit is contained in:
myvesta 2021-12-12 16:31:21 +01:00 committed by GitHub
parent c7b872b778
commit 77de50a6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,31 @@
#!/bin/bash
# info: ensure that pool.d folders are not empty
# options:
#
# The function ensure that pool.d folders are not empty
#----------------------------------------------------------#
# Variable&Function #
#----------------------------------------------------------#
# Includes
source $VESTA/func/main.sh
source $VESTA/func/domain.sh
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#
ensure_poold_folders_not_empty
#----------------------------------------------------------#
# Vesta #
#----------------------------------------------------------#
# Logging
log_event "$OK" "$ARGUMENTS"
exit