remove double function

This commit is contained in:
Jakobus Schürz 2022-02-15 20:22:39 +01:00
parent 57e3c22453
commit 1cdaa863ec

View file

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