From 543ab3f71349068622f5b987ac45c8e5421559ed Mon Sep 17 00:00:00 2001
From: Elliu <elliu@hashi.re>
Date: Fri, 30 Jun 2023 20:03:13 +0200
Subject: [PATCH] stpkg: remove trailing fi in .config/stpkg.sh

---
 stpkg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stpkg b/stpkg
index f230cfd..424cc53 100755
--- a/stpkg
+++ b/stpkg
@@ -366,7 +366,6 @@ EOF
 
     default_index > $STPKG_INSTALL/web/packs/index.json || die "Failed to create default index.json file"
 
-    echo "fi" >> $STPKG_CONF_FILE
     info "You may edit the $STPKG_CONF_FILE to setup your home server and token (variable STPKG_TOKEN)"
 }
 
-- 
GitLab