Set default SSH port and user credentials in backup client function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -265,7 +265,7 @@ backup_set_client() {
|
||||
local NAME="$1"
|
||||
local SIZE="$2"
|
||||
local VPN="$3"
|
||||
local SSH_PORT="$4"
|
||||
local SSH_PORT="${4:-20022}"
|
||||
local SSH_USER="${5:-"backup"}"
|
||||
local SSH_PASSWORD="${6:-"backup"}"
|
||||
local OPERATION="$7"
|
||||
|
Reference in New Issue
Block a user