Cleanup scripts
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
# Licensed under the Apache License, Version 2.0
|
||||
p="${BASH_SOURCE[0]%/*}"; [[ -r $p/script-functions ]] && . "$p"/script-functions || exit 1
|
||||
|
||||
is_root
|
||||
echo "Usage: sudo $0 [ip_address]"
|
||||
|
||||
echo "This script supports one optional argument, an IP address"
|
||||
is_root
|
||||
|
||||
if [[ $# -eq 1 ]]; then
|
||||
ip_address="$1"
|
||||
|
||||
Reference in New Issue
Block a user