From 5912306a1c469e9a96487ecbaf8b8d28e96f453a Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 23 Nov 2023 14:52:11 +0100 Subject: [PATCH] added parameter to script --- gosplash.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gosplash.sh b/gosplash.sh index 2fb0e73..642ff7a 100755 --- a/gosplash.sh +++ b/gosplash.sh @@ -10,7 +10,6 @@ count="" # directory and file variables dir="$(dirname $(realpath $0))" - bin="$dir/gosplash" # check if the binary exists @@ -24,4 +23,4 @@ bin="$dir/gosplash" echo "$GOSPLASH_APIKEY" # run gosplash -$bin +$bin "$1"