Skip to content

Commit 72ecff2

Browse files
committed
minor textual fixes
1 parent e1ec140 commit 72ecff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dobackup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ FILE_NAME=/tmp/$BACKUP_NAME-`date "+%Y-%m-%d_%H-%M-%S"`.tar.gz
99
# Check if TARGET variable is set
1010
if [[ -z ${TARGET} ]];
1111
then
12-
echo "variable TARGET is not set we use default value"
12+
echo "TARGET env var is not set so we use the default value (/data)"
1313
TARGET=/data
1414
else
15-
echo "variable TARGET is set"
15+
echo "TARGET env var is set"
1616
fi
1717

1818
echo "creating archive"

0 commit comments

Comments
 (0)