Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMZ committed Dec 16, 2017
1 parent e5e1308 commit 06b0d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ LOGS_FOLDER=$(cat "$CURRENT_FOLDER"/config.cfg | grep ^LOGS_FOLDER= | sed 's/^LO
CONFIGS_FOLDER=$(cat "$CURRENT_FOLDER"/config.cfg | grep ^CONFIGS_FOLDER= | sed 's/^CONFIGS_FOLDER=//')
WATCHDOG_LOG=$(cat "$CURRENT_FOLDER"/config.cfg | grep ^WATCHDOG_LOG= | sed 's/^WATCHDOG_LOG=//')
EMAIL=$(cat "$CURRENT_FOLDER"/config.cfg | grep ^EMAIL= | sed 's/^EMAIL=//')
VER='b1.1.0'
VER='b1.1.1'
HOSTNAME=$(hostname)
YEAR=$(date +%Y)
MONTH=$(date +%-m)
Expand Down Expand Up @@ -355,7 +355,7 @@ do
fi
fi
fi

#
#--------------------------------------------------------------------------------------------
# Share_used & Find KB,MB,GB
Expand Down

0 comments on commit 06b0d1e

Please sign in to comment.