summaryrefslogtreecommitdiff
path: root/start
diff options
context:
space:
mode:
authorShido <the.keikun@gmail.com>2014-05-17 16:42:37 +0800
committerShido <the.keikun@gmail.com>2014-05-30 09:20:03 +0800
commitaed877235088b6f1d27b6fd03813c2d59e8e13c1 (patch)
treeac8da4956957f586f3e9bce3994bf060d326e2a7 /start
parenta81f3869bf34deb99c21be65b1f384780045c401 (diff)
downloadhercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.gz
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.bz2
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.tar.xz
hercules-aed877235088b6f1d27b6fd03813c2d59e8e13c1.zip
Removed redundants
Diffstat (limited to 'start')
-rwxr-xr-xstart35
1 files changed, 0 insertions, 35 deletions
diff --git a/start b/start
deleted file mode 100755
index bd12a5e88..000000000
--- a/start
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-# modified by shazeya@syafi.com (NL130240)
-
-./athena-start start
-sleep 30
-
-while [ true ]; do
- if [ " 0" = "$(ps | grep -e log | wc -l)" ] ||
-# if [ " 0" = "$(ps | grep -e login | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e char | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e map | wc -l)" ]; then
- printf "Error:"
- date
- sleep 10
- printf "Checking:"
- date
- if [ " 0" = "$(ps | grep -e log | wc -l)" ] ||
-# if [ " 0" = "$(ps | grep -e login | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e char | wc -l)" ] ||
- [ " 0" = "$(ps | grep -e map | wc -l)" ]; then
- printf "Error Confirmation:"
- date
- printf "Restoration:"
- date
- ./athena-start start
- else
- printf "Check Miss Sorry:"
- date
- fi
-# else
-# printf "Check OK:"
-# date
- fi
- sleep 10
-done