diff --git a/bash/mountl2p.sh b/bash/mountl2p.sh index 65841d5..b092a7e 100755 --- a/bash/mountl2p.sh +++ b/bash/mountl2p.sh @@ -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 diff --git a/bash/sync.sh b/bash/sync.sh index 858f6e4..e76445e 100755 --- a/bash/sync.sh +++ b/bash/sync.sh @@ -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