Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahtenus committed Mar 6, 2012
1 parent 6a5e1a7 commit f2204ef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions minecraft
Expand Up @@ -54,15 +54,6 @@ is_running(){
fi
return 1
}
error_if_running() {
# Throws an error and quit the script if the service is running
# $1 Error message
if is_running
then
echo $1
exit 1
fi
}
datepath() {
# datepath path filending-to-check returned-filending

Expand Down

0 comments on commit f2204ef

Please sign in to comment.