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