mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
updated error code table
This commit is contained in:
parent
6dbd3ad849
commit
2dce1a5de4
10 changed files with 51 additions and 51 deletions
|
@ -50,8 +50,8 @@ validate_format 'host' 'ftp_user' 'ftp_password'
|
|||
# Checking network connection
|
||||
if [ ! -z "$(ftpc)" ]; then
|
||||
echo "Error: can't login to ftp"
|
||||
log_event "$E_FTP" "$EVENT"
|
||||
exit $E_FTP
|
||||
log_event "$E_CONNECT" "$EVENT"
|
||||
exit $E_CONNECT
|
||||
fi
|
||||
|
||||
# Checking write permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue