From 99d8f267bff78ea23ce6d3c8b457469945d2815c Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Sat, 16 Dec 2023 08:26:58 +0100 Subject: [PATCH] shell check remove dangling `]]` --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 01ebc0e..07af941 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -836,7 +836,7 @@ create_chksums() { init_profiles() { _workdir='/usr/share/manjaro-tools' if [[ -d ${_workdir}/iso-profiles ]]; then - rm -Rf ${_workdir}/iso-profiles ]] + rm -Rf ${_workdir}/iso-profiles fi git clone -q --depth 1 -b ${branch} https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git ${_workdir}/iso-profiles/