From a32f56632598bcc9650f1f6e337896b7b3334204 Mon Sep 17 00:00:00 2001 From: Nyx <144965845+nnyyxxxx@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:33:54 -0400 Subject: [PATCH] Use sh shebang and source common-script (#486) Co-authored-by: nnyyxxxx --- tabs/gaming/diablo-ii/d2r-loot-filters.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tabs/gaming/diablo-ii/d2r-loot-filters.sh b/tabs/gaming/diablo-ii/d2r-loot-filters.sh index a7cd7694..8112a995 100755 --- a/tabs/gaming/diablo-ii/d2r-loot-filters.sh +++ b/tabs/gaming/diablo-ii/d2r-loot-filters.sh @@ -1,4 +1,6 @@ -#!/bin/bash +#!/bin/sh -e + +. ../../common-script.sh # Search for possible Diablo II Resurrected folder locations printf "%b\n" "${YELLOW}Searching for Diablo II Resurrected folders...${RC}"