Cleanup scripts

This commit is contained in:
2025-06-12 01:20:44 -04:00
parent 5e80dc91b1
commit 8d6dd209dd
6 changed files with 8 additions and 9 deletions

View File

@@ -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"