sharkjack.sh: Remove reference to undefined usage function

pull/17/head
Marc 2020-01-28 19:37:03 +00:00
parent 59817daf53
commit ebe9645800
No known key found for this signature in database
GPG Key ID: A11F9CA36DF845E0
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ function os_check() {
function root_check() { function root_check() {
if [[ "$EUID" -ne 0 ]]; then if [[ "$EUID" -ne 0 ]]; then
printf "\n%s\n" "Please re-run as root" printf "\n%s\n" "Please re-run as root"
usage
exitscript 1 exitscript 1
fi fi
} }