1.5.0 (3)

This commit is contained in:
Michael Stanclift 2020-05-28 13:19:49 -05:00
parent 379ef900d0
commit 7f51e3013e

View File

@ -757,7 +757,6 @@ case $# in
echo -e "\r${GOOD} ${MESSAGE}" echo -e "\r${GOOD} ${MESSAGE}"
show_crontab show_crontab
;; ;;
config) config)
@ -788,7 +787,6 @@ case $# in
*) *)
echo -e "\r${FAIL} ${MESSAGE}" echo -e "\r${FAIL} ${MESSAGE}"
list_gs_arguments list_gs_arguments
exit_nochange
;; ;;
esac esac
;; ;;
@ -796,6 +794,5 @@ case $# in
*) *)
echo -e "\r${FAIL} ${MESSAGE}" echo -e "\r${FAIL} ${MESSAGE}"
list_gs_arguments list_gs_arguments
exit_nochange
;; ;;
esac esac