summaryrefslogtreecommitdiff
path: root/misc/scripts/start
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-08 15:28:27 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-08 15:28:27 -0600
commit65797cf24f1d03f9c6bc32d57847f337d8c7eda7 (patch)
tree1b50d30b48a9016d96cd20647f07dc77b31a6e60 /misc/scripts/start
parentc8da743b969b251bab107125d4af82ec7f4e376c (diff)
downloadtmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.gz
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.bz2
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.tar.xz
tmwa-65797cf24f1d03f9c6bc32d57847f337d8c7eda7.zip
Remove uneeded stuff
Diffstat (limited to 'misc/scripts/start')
-rw-r--r--misc/scripts/start32
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/scripts/start b/misc/scripts/start
deleted file mode 100644
index e80d507..0000000
--- a/misc/scripts/start
+++ /dev/null
@@ -1,32 +0,0 @@
-# /bin/bash
-
-./athena-start start
-sleep 30
-
-while [ true ] ; do
-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 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 \ No newline at end of file