From 54ce7fefff3bc400589b6245377d0a4ccbbe7a1e Mon Sep 17 00:00:00 2001 From: Carl Hultay <144816337+crhultay@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:22:38 -0500 Subject: [PATCH] Fixed Gopher Template Installation Bug --- misc/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/install.sh b/misc/install.sh index ef82550a..67b6665e 100755 --- a/misc/install.sh +++ b/misc/install.sh @@ -140,7 +140,6 @@ install_node_packages() { } copy_template_files() { - echo $ENIGMA_INSTALL_DIR if [[ ! -f "$ENIGMA_INSTALL_DIR/gopher/gophermap" ]]; then cp "$ENIGMA_INSTALL_DIR/misc/gophermap" "$ENIGMA_INSTALL_DIR/gopher/gophermap" fi