fix(commands): remove 'private' keyword

This commit is contained in:
Oliver
2025-01-21 11:14:37 +01:00
parent 16ed8ff260
commit 087fb7f133

View File

@@ -136,7 +136,7 @@ function ip() {
dig +short myip.opendns.com @resolver1.opendns.com dig +short myip.opendns.com @resolver1.opendns.com
} }
private function get_ip_sha1_hash() { function get_ip_sha1_hash() {
if [[ -z $1 ]]; if [[ -z $1 ]];
then then
echo "Include string" echo "Include string"