new storage log cron, discord now supports newlines, etc.

This commit is contained in:
2020-04-23 14:52:30 +00:00
parent 81044e696b
commit 4f80e34663
3 changed files with 17 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
LOCATION=`dirname "$0"`
source "${LOCATION}/../config.sh"
storage=`${LOCATION}/../df-custom.sh ${STORAGE_MONITOR[@]}`
echo "${storage}"
${LOCATION}/../discord.sh storage "${storage}"