From 52d0a17cae9c35ccfc3bcced8d8a3ecbdeb59af3 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Thu, 17 Nov 2016 01:58:44 +0100 Subject: [PATCH] Add upgrade progress status message --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 14df355..d4f2ab3 100755 --- a/install.sh +++ b/install.sh @@ -179,6 +179,7 @@ if [[ $MODE == "install" ]]; then fi else # Update command paths if upgrading from earlier version + echo "Updating cp and rm command paths..." sed -i "#/opt/bin/cp\$#/usr/bin/cp#" "$BKP_DIR"/etc/rsnapshot.global.conf sed -i "#/opt/bin/rm\$#/usr/bin/rs-rm#" "$BKP_DIR"/etc/rsnapshot.global.conf fi