diff --git a/duplicity-backup.sh b/duplicity-backup.sh index c0da563..3e529a7 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -2,7 +2,7 @@ # # Copyright (c) 2008-2010 Damon Timm. # Copyright (c) 2010 Mario Santagiuliana. -# Copyright (c) 2012-2016 Marc Gallet. +# Copyright (c) 2012-2017 Marc Gallet. # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software @@ -129,12 +129,12 @@ version_compare() { version_compare "${DUPLICITY_VERSION}" 0.7 case $? in 2) LT07=1;; *) LT07=0;; esac -version(){ - # Read the version string from the file VERSION - VERSION=$(&5 +echo -e "-------[ Program versions ]-------\n" +echo -e "duplicity-backup.sh ${DBSH_VERSION}\n" +echo -e "duplicity ${DUPLICITY_VERSION}\n" + get_lock INCLUDE=