Browse Source

Fixed typo

pull/393/head
Daniel Gibbs 10 years ago
parent
commit
04313dfa73
  1. 10
      functions/fn_getopt

10
functions/fn_getopt

@ -23,7 +23,7 @@ case "$getopt" in
forceupdate=1; forceupdate=1;
fn_update_check;; fn_update_check;;
update-functions) update-functions)
fn_update_funtions;; fn_update_functions;;
validate) validate)
fn_validate;; fn_validate;;
monitor) monitor)
@ -60,7 +60,7 @@ case "$getopt" in
update) update)
fn_update_check;; fn_update_check;;
update-functions) update-functions)
fn_update_funtions;; fn_update_functions;;
monitor) monitor)
fn_monitor;; fn_monitor;;
email-test) email-test)
@ -85,7 +85,7 @@ case "$getopt" in
restart) restart)
fn_restart;; fn_restart;;
update-functions) update-functions)
fn_update_funtions;; fn_update_functions;;
monitor) monitor)
fn_monitor;; fn_monitor;;
email-test) email-test)
@ -127,7 +127,7 @@ case "$getopt" in
forceupdate=1; forceupdate=1;
fn_update_check;; fn_update_check;;
update-functions) update-functions)
fn_update_funtions;; fn_update_functions;;
validate) validate)
fn_validate;; fn_validate;;
monitor) monitor)
@ -165,7 +165,7 @@ case "$getopt" in
restart) restart)
fn_restart;; fn_restart;;
update-functions) update-functions)
fn_update_funtions;; fn_update_functions;;
monitor) monitor)
fn_monitor;; fn_monitor;;
email-test) email-test)

Loading…
Cancel
Save