sharkjack.sh: Remove reference to undefined usage function
parent
59817daf53
commit
ebe9645800
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue