diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 3e529a7..255283c 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -130,7 +130,8 @@ version_compare "${DUPLICITY_VERSION}" 0.7 case $? in 2) LT07=1;; *) LT07=0;; esac # Read the version string from the file VERSION -DBSH_VERSION=$(&5 -echo -e "-------[ Program versions ]-------\n" -echo -e "duplicity-backup.sh ${DBSH_VERSION}\n" -echo -e "duplicity ${DUPLICITY_VERSION}\n" +echo -e "-------[ Program versions ]-------" +echo -e "duplicity-backup.sh ${DBSH_VERSION}" +echo -e "duplicity ${DUPLICITY_VERSION}" +echo -e "----------------------------------\n" get_lock