smaller changes
This commit is contained in:
parent
7ec78ea9af
commit
ab02d67184
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ done
|
|||
|
||||
# prompt for credentials
|
||||
if [ -z "${L2P_USER}" ]; then
|
||||
read -p "L2P user: " L2P_USER
|
||||
read -p "user: " L2P_USER
|
||||
fi
|
||||
|
||||
if [ -z "${L2P_PASS}" ]; then
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
##
|
||||
|
||||
# Hostname or IP address of remote box
|
||||
HOST=sea
|
||||
HOST=lian
|
||||
HOST_REMOTE=lux
|
||||
|
||||
# Maximum file size. Larger files will be exluded
|
||||
|
|
Loading…
Add table
Reference in a new issue