fix(commands): remove 'private' keyword
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user