Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed May 10, 2015
2 parents f1c80c1 + 620c51b commit 65bbda1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.db
*.db
.idea
8 changes: 4 additions & 4 deletions functions/fn_getopt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case "$getopt" in
backup)
fn_backup;;
*)
echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup} $appendextra"
echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup}"
exit 1;;
esac
exit
Expand Down Expand Up @@ -97,7 +97,7 @@ case "$getopt" in
map-compressor)
fn_compress_ut99maps;;
*)
echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor} $appendextra"
echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor}"
exit 1;;
esac
exit
Expand Down Expand Up @@ -135,7 +135,7 @@ case "$getopt" in
map-compressor)
fn_compress_unreal2maps;;
*)
echo "Usage: $0 {start|stop|restart|update|validate|monitor|email-test|details|backup|console|debug|install|auto-install|map-compressor} $appendextra"
echo "Usage: $0 {start|stop|restart|update|validate|monitor|email-test|details|backup|console|debug|install|auto-install|map-compressor}"
exit 1;;
esac
exit
Expand Down Expand Up @@ -167,7 +167,7 @@ case "$getopt" in
map-compressor)
fn_compress_unreal2maps;;
*)
echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor} $appendextra"
echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor}"
exit 1;;
esac
exit
Expand Down

0 comments on commit 65bbda1

Please sign in to comment.