make other keys in token chooseable by label
This commit is contained in:
parent
2f4b96a939
commit
894445f700
1 changed files with 5 additions and 0 deletions
|
@ -998,6 +998,11 @@ convert_to_subvolume () {
|
|||
|
||||
}
|
||||
|
||||
getfreeip () {
|
||||
local N=$1
|
||||
sudo nmap -v -sn -n $1 -oG - | awk '/Status: Down/{print $2}'
|
||||
}
|
||||
|
||||
cporig () {
|
||||
|
||||
cp -b -i "${1}" "${1}.orig"
|
||||
|
|
Loading…
Reference in a new issue