From 4397cfb6aa3f5d8fef5716a8ad4c9d705e5c0e0a Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Sat, 10 Oct 2020 16:54:11 +0200 Subject: [PATCH] Fix: comment --- backup_ba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_ba.sh b/backup_ba.sh index aed2077..1ae2441 100755 --- a/backup_ba.sh +++ b/backup_ba.sh @@ -3,7 +3,7 @@ # date: 2020-10-07 # desc: short rudimentary script to create backups for my bachelor thesis # and push them onto a webdav share -# required: ripgrep (rg), otherwise change lines 22, 23 to your grep alternative +# required: ripgrep (rg), otherwise change lines with rg cmd to your grep alternative # that supports capture groups # gpg encrypted password for nextcloud in same dir as script (./backup_ba_pw.gpg) me=$(dirname "$0")