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

Commit

Permalink
Release v.1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMZ committed Oct 6, 2017
1 parent 7358ef1 commit 4109820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#
# Script By Anton Zheltyshev
# Version 1.0.7
# Version 1.0.8
# Contacts [email protected]
#
# Github Storj Project - https://github.com/Storj/storjshare-daemon
Expand Down Expand Up @@ -57,7 +57,7 @@ fi
function help()
{
echo -e " \n" \
"Version 1.0.7\n" \
"Version 1.0.8\n" \
"\n" \
"Github Storj Project - https://github.com/Storj/storjshare-daemon\n"\
"Github Storj-Utils - https://github.com/AntonMZ/Storj-Utils\n"\
Expand All @@ -82,7 +82,7 @@ LOGS_FOLDER=$(cat "$CURRENT_FOLDER"/config.cfg | grep LOGS_FOLDER | tr -d 'LOGS_
CONFIGS_FOLDER=$(cat "$CURRENT_FOLDER"/config.cfg | grep CONFIGS_FOLDER | tr -d 'CONFIGS_FOLDER=')
WATCHDOG_LOG=$(cat "$CURRENT_FOLDER"/config.cfg | grep WATCHDOG_LOG | tr -d 'WATCHDOG_LOG=')
EMAIL=$(cat "$CURRENT_FOLDER"/config.cfg | grep EMAIL | tr -d 'EMAIL=')
VER='1.0.7'
VER='1.0.8'
HOSTNAME=$(hostname)
YEAR=$(date +%Y)
MONTH=$(date +%-m)
Expand Down

0 comments on commit 4109820

Please sign in to comment.