From 55422fc3b602430c942a0759a1eee23792bc6566 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 2 Feb 2020 23:19:39 +0800 Subject: [PATCH] 1 --- .gitignore | 3 ++- manage.py | 1 + reload.sh | 1 + restart.sh | 4 +--- start_instance.sh | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) create mode 120000 manage.py mode change 100644 => 120000 reload.sh mode change 100644 => 120000 restart.sh mode change 100644 => 120000 start_instance.sh diff --git a/.gitignore b/.gitignore index 447ec08..b98ad24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ config/ res/ target/ -bin/ \ No newline at end of file +bin/ +logs/ \ No newline at end of file diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..6464ada --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/manage.py \ No newline at end of file diff --git a/reload.sh b/reload.sh deleted file mode 100644 index e69de29..0000000 diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..5a47e17 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh deleted file mode 100644 index 244fb33..0000000 --- a/restart.sh +++ /dev/null @@ -1,3 +0,0 @@ -cd bin -sh shutdown.sh -sh startup.sh diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..e0a8ff9 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh deleted file mode 100644 index e69de29..0000000 diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..89d85ef --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/start_instance.sh \ No newline at end of file