Skip to content

Commit

Permalink
minor textual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrus committed Nov 27, 2020
1 parent e1ec140 commit 72ecff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dobackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ FILE_NAME=/tmp/$BACKUP_NAME-`date "+%Y-%m-%d_%H-%M-%S"`.tar.gz
# Check if TARGET variable is set
if [[ -z ${TARGET} ]];
then
echo "variable TARGET is not set we use default value"
echo "TARGET env var is not set so we use the default value (/data)"
TARGET=/data
else
echo "variable TARGET is set"
echo "TARGET env var is set"
fi

echo "creating archive"
Expand Down

0 comments on commit 72ecff2

Please sign in to comment.