From 3daa02e45fda22a21549ecd6236b548316a360bb Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 3 Oct 2023 18:18:44 +0200 Subject: [PATCH] enable shellcheck --- backup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backup.sh b/backup.sh index d4dd1af..0442ae7 100644 --- a/backup.sh +++ b/backup.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash + +# shellcheck disable=2034,2059,2164 +true + usern=$(whoami) path=$(pwd) echo $path