From 045b595f6c8bc3a5c9c4f7cd5888c8b79f66deb3 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Wed, 5 Jul 2023 19:23:22 +0800 Subject: [PATCH] remove start_maxkey_wiki --- shellscript/linux/start_maxkey_wiki.sh | 6 ------ shellscript/windows/start_maxkey_wiki.bat | 17 ----------------- 2 files changed, 23 deletions(-) delete mode 100644 shellscript/linux/start_maxkey_wiki.sh delete mode 100644 shellscript/windows/start_maxkey_wiki.bat diff --git a/shellscript/linux/start_maxkey_wiki.sh b/shellscript/linux/start_maxkey_wiki.sh deleted file mode 100644 index f5b03f738..000000000 --- a/shellscript/linux/start_maxkey_wiki.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -source ./set_maxkey_env.sh - -CATALINA_HOME=./maxkey_wiki -sh ./maxkey_wiki/bin/startup.sh diff --git a/shellscript/windows/start_maxkey_wiki.bat b/shellscript/windows/start_maxkey_wiki.bat deleted file mode 100644 index ee7f06007..000000000 --- a/shellscript/windows/start_maxkey_wiki.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off - -call set_maxkey_env.bat - -echo == Web Server Apache Tomcat. == -echo == Web Application Server will started. == -echo == Please wait .... == - -echo == Start Apache Tomcat... == -echo =============================================================================== -set CATALINA_HOME=./maxkey_wiki -call maxkey_wiki\bin\startup.bat - - - - -