mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Merge pull request #1265 from thvranken/master
Fixed typo in error message
This commit is contained in:
commit
1911cd2f0b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ decrease_ip_value() {
|
||||||
current_usr=$(grep "$usr_key=" $VESTA/data/ips/$sip |cut -f 2 -d \')
|
current_usr=$(grep "$usr_key=" $VESTA/data/ips/$sip |cut -f 2 -d \')
|
||||||
|
|
||||||
if [ -z "$current_web" ]; then
|
if [ -z "$current_web" ]; then
|
||||||
check_result $E_PARSING "Parsing errpr"
|
check_result $E_PARSING "Parsing error"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
new_web=$((current_web - 1))
|
new_web=$((current_web - 1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue