From b616dc91b0cd4511088eef05c210073c9cf9d872 Mon Sep 17 00:00:00 2001
From: Elliu <elliu@hashi.re>
Date: Tue, 16 Jan 2024 21:34:55 +0900
Subject: [PATCH] stpkg: add missing "fi" in config for local installs

---
 stpkg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stpkg b/stpkg
index 64e188e..406f255 100755
--- a/stpkg
+++ b/stpkg
@@ -343,6 +343,7 @@ EOF
         local STPKG_INSTALL=$1
         local STPKG_INSTALL=${STPKG_INSTALL:="~/html/stickerpicker/"}
         echo "STPKG_INSTALL=$STPKG_INSTALL" >> $STPKG_CONF_FILE
+        echo "fi" >> $STPKG_CONF_FILE
     fi
 
     # Check install dir
-- 
GitLab