Fixed Gopher Template Installation Bug

This commit is contained in:
Carl Hultay
2024-11-24 20:22:38 -05:00
committed by GitHub
parent 7ec986abee
commit 54ce7fefff

View File

@@ -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