mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fxied bug in ip address validation
This commit is contained in:
parent
fe7c4cb95c
commit
fe1b3cfddd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Argument defenition
|
||||
ip=$1
|
||||
ip=${1// /}
|
||||
mask=$2
|
||||
interface="${3-eth0}"
|
||||
user="${4-admin}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue