Files
shell-scripts/crons/storage-log.sh
T
andrew b528568876 install to use pip certbot, instead of apt.
migrating to discord using block style.
2023-09-06 17:50:43 +00:00

12 lines
198 B
Bash
Executable File

#!/bin/bash
LOCATION=`dirname "$0"`
source "${LOCATION}/../config.sh"
storage=`${LOCATION}/../df-custom.sh ${STORAGE_MONITOR[@]}`
echo "${storage}"
${LOCATION}/../discord.sh block "${storage}"