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