new storage log cron, discord now supports newlines, etc.
This commit is contained in:
Executable
+11
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user