remove double function
This commit is contained in:
parent
57e3c22453
commit
1cdaa863ec
1 changed files with 0 additions and 5 deletions
|
@ -1030,11 +1030,6 @@ convert_to_subvolume () {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getfreeip () {
|
|
||||||
local N=$1
|
|
||||||
sudo nmap -v -sn -n $1 -oG - | awk '/Status: Down/{print $2}'
|
|
||||||
}
|
|
||||||
|
|
||||||
cporig () {
|
cporig () {
|
||||||
|
|
||||||
cp -b -i "${1}" "${1}.orig"
|
cp -b -i "${1}" "${1}.orig"
|
||||||
|
|
Loading…
Reference in a new issue