Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions connmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
### Start of script variables ###
readonly SCRIPT_NAME="connmon"
readonly SCRIPT_VERSION="v3.0.10"
readonly SCRIPT_VERSTAG="25120808"
readonly SCRIPT_VERSTAG="25120811"
SCRIPT_BRANCH="develop"
SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH"
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME.d"
Expand Down Expand Up @@ -3379,7 +3379,7 @@ linequality value=$LINEQUAL $TIMESTAMP" >> "$tempLogFile" 2>&1
then
echo
Print_Output false "Data sent to InfluxDB successfully" "$PASS"
rm -f "$tempLogFile"
##TEMP-OFF## rm -f "$tempLogFile" ##TEMP-OFF##
return 0
else
echo
Expand Down